Html Css Color HEX #BFB289 Chino

📋 copy color: '#BFB289'

red 191 ◦ green 178 ◦ blue 137

#BFB289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chino #BFB289

Tints of Chino #BFB289

RGB

 RED value IS 191 (75% from 255) = 37.75%

 GREEN value IS 178 (69.92% from 255) = 35.18%

 BLUE value IS 137 (53.91% from 255) = 27.08%

R = 37.75%
G = 35.18%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFB289 (or 0xBFB289) is known color: Chino. HEX triplet: BF, B2 and 89. RGB value is (191,178,137). Sum of RGB (Red+Green+Blue) = 191+178+137=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB289 is #404D76. Grayscale: #B1B1B1. Windows color (decimal): -4214135 or 9024191. OLE color: 9024191.

HSL color Cylindrical-coordinate representation of color #BFB289: hue angle of 45.56º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB289 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 178 137 -
CMYK 0 0.07 0.28 0.25
HSL 45.56º 0.3% 0.64% -
HSV(B) 45.56º 0.28% 0.75% -
XYZ 41.92 44.72 30.09 -
YUV 177.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 191 178 137 0 0.07 0.28 0.25 45.56 0.3 0.64
Hex BF B2 89 0 7 1C 19 2E 1E 40
Octal 277 262 211 0 7 34 31 56 36 100
Binary 10111111 10110010 10001001 0 111 11100 11001 101110 11110 1000000

Color Harmonies of #BFB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB289

Black with #BFB289

Text Example


Text Example

White with #BFB289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB289; }

 p { color: rgb(191,178,137); }

 H1.HeaderClassName
 {
   color: #BFB289;
 }
 .AnyTagClassName
 {
   color: #BFB289;
 }
</style>

background-color css

<style>
 a { background-color: #BFB289; }

 a { background-color: rgb(191,178,137); }

 div.DivClassName
 {
   background-color: #BFB289;
 }
 .BgClassName
 {
   background-color: #BFB289;
 }
</style>

border-color css

<style>
 span { border-color: #BFB289; }

 span { border-color: rgb(191,178,137); }

 td.TdClassName
 {
   border-color: #BFB289;
 }
 .TagClassName
 {
   border-color: #BFB289;
 }
</style>