Html Css Color HEX #BCB08F Chino

📋 copy color: '#BCB08F'

red 188 ◦ green 176 ◦ blue 143

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

Shades of Chino #BCB08F

Tints of Chino #BCB08F

RGB

 RED value IS 188 (73.83% from 255) = 37.08%

 GREEN value IS 176 (69.14% from 255) = 34.71%

 BLUE value IS 143 (56.25% from 255) = 28.21%

R = 37.08%
G = 34.71%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCB08F (or 0xBCB08F) is known color: Chino. HEX triplet: BC, B0 and 8F. RGB value is (188,176,143). Sum of RGB (Red+Green+Blue) = 188+176+143=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB08F is #434F70. Grayscale: #AFAFAF. Windows color (decimal): -4411249 or 9416892. OLE color: 9416892.

HSL color Cylindrical-coordinate representation of color #BCB08F: hue angle of 44º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB08F is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 143 -
CMYK 0 0.06 0.24 0.26
HSL 44º 0.25% 0.65% -
HSV(B) 44º 0.24% 0.74% -
XYZ 41.22 43.73 32.25 -
YUV 175.83 109.48 136.68 -
System Red Green Blue C M Y K H S L
Decimal 188 176 143 0 0.06 0.24 0.26 44 0.25 0.65
Hex BC B0 8F 0 6 18 1A 2C 19 41
Octal 274 260 217 0 6 30 32 54 31 101
Binary 10111100 10110000 10001111 0 110 11000 11010 101100 11001 1000001

Color Harmonies of #BCB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB08F

Black with #BCB08F

Text Example


Text Example

White with #BCB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB08F; }

 p { color: rgb(188,176,143); }

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

background-color css

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

 a { background-color: rgb(188,176,143); }

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

border-color css

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

 span { border-color: rgb(188,176,143); }

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