Html Css Color HEX #BCB08A Chino

📋 copy color: '#BCB08A'

red 188 ◦ green 176 ◦ blue 138

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

Shades of Chino #BCB08A

Tints of Chino #BCB08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 37.45%
G = 35.06%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCB08A (or 0xBCB08A) is known color: Chino. HEX triplet: BC, B0 and 8A. RGB value is (188,176,138). Sum of RGB (Red+Green+Blue) = 188+176+138=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB08A is #434F75. Grayscale: #AFAFAF. Windows color (decimal): -4411254 or 9089212. OLE color: 9089212.

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

Color convert

RGB 188 176 138 -
CMYK 0 0.06 0.27 0.26
HSL 45.6º 0.27% 0.64% -
HSV(B) 45.6º 0.27% 0.74% -
XYZ 40.85 43.58 30.3 -
YUV 175.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 188 176 138 0 0.06 0.27 0.26 45.6 0.27 0.64
Hex BC B0 8A 0 6 1B 1A 2E 1B 40
Octal 274 260 212 0 6 33 32 56 33 100
Binary 10111100 10110000 10001010 0 110 11011 11010 101110 11011 1000000

Color Harmonies of #BCB08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB08A

Black with #BCB08A

Text Example


Text Example

White with #BCB08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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