Html Css Color HEX #BCB28B Chino

📋 copy color: '#BCB28B'

red 188 ◦ green 178 ◦ blue 139

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

Shades of Chino #BCB28B

Tints of Chino #BCB28B

RGB

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

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

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

R = 37.23%
G = 35.25%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCB28B (or 0xBCB28B) is known color: Chino. HEX triplet: BC, B2 and 8B. RGB value is (188,178,139). Sum of RGB (Red+Green+Blue) = 188+178+139=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB28B is #434D74. Grayscale: #B0B0B0. Windows color (decimal): -4410741 or 9155260. OLE color: 9155260.

HSL color Cylindrical-coordinate representation of color #BCB28B: hue angle of 47.76º 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 #BCB28B is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 139 -
CMYK 0 0.05 0.26 0.26
HSL 47.76º 0.27% 0.64% -
HSV(B) 47.76º 0.26% 0.74% -
XYZ 41.32 44.4 30.82 -
YUV 176.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 188 178 139 0 0.05 0.26 0.26 47.76 0.27 0.64
Hex BC B2 8B 0 5 1A 1A 30 1B 40
Octal 274 262 213 0 5 32 32 60 33 100
Binary 10111100 10110010 10001011 0 101 11010 11010 110000 11011 1000000

Color Harmonies of #BCB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB28B

Black with #BCB28B

Text Example


Text Example

White with #BCB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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