Html Css Color HEX #BCB08D Chino

📋 copy color: '#BCB08D'

red 188 ◦ green 176 ◦ blue 141

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

Shades of Chino #BCB08D

Tints of Chino #BCB08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 37.23%
G = 34.85%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCB08D (or 0xBCB08D) is known color: Chino. HEX triplet: BC, B0 and 8D. RGB value is (188,176,141). Sum of RGB (Red+Green+Blue) = 188+176+141=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB08D is #434F72. Grayscale: #AFAFAF. Windows color (decimal): -4411251 or 9285820. OLE color: 9285820.

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

Color convert

RGB 188 176 141 -
CMYK 0 0.06 0.25 0.26
HSL 44.68º 0.26% 0.65% -
HSV(B) 44.68º 0.25% 0.74% -
XYZ 41.07 43.67 31.46 -
YUV 175.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 188 176 141 0 0.06 0.25 0.26 44.68 0.26 0.65
Hex BC B0 8D 0 6 19 1A 2D 1A 41
Octal 274 260 215 0 6 31 32 55 32 101
Binary 10111100 10110000 10001101 0 110 11001 11010 101101 11010 1000001

Color Harmonies of #BCB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB08D

Black with #BCB08D

Text Example


Text Example

White with #BCB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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