Html Css Color HEX #BCB08B Chino

📋 copy color: '#BCB08B'

red 188 ◦ green 176 ◦ blue 139

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

Shades of Chino #BCB08B

Tints of Chino #BCB08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.63%

R = 37.38%
G = 34.99%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCB08B (or 0xBCB08B) is known color: Chino. HEX triplet: BC, B0 and 8B. RGB value is (188,176,139). Sum of RGB (Red+Green+Blue) = 188+176+139=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB08B is #434F74. Grayscale: #AFAFAF. Windows color (decimal): -4411253 or 9154748. OLE color: 9154748.

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

Color convert

RGB 188 176 139 -
CMYK 0 0.06 0.26 0.26
HSL 45.31º 0.27% 0.64% -
HSV(B) 45.31º 0.26% 0.74% -
XYZ 40.92 43.61 30.69 -
YUV 175.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 188 176 139 0 0.06 0.26 0.26 45.31 0.27 0.64
Hex BC B0 8B 0 6 1A 1A 2D 1B 40
Octal 274 260 213 0 6 32 32 55 33 100
Binary 10111100 10110000 10001011 0 110 11010 11010 101101 11011 1000000

Color Harmonies of #BCB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB08B

Black with #BCB08B

Text Example


Text Example

White with #BCB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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