Html Css Color HEX #BCB28A Chino

📋 copy color: '#BCB28A'

red 188 ◦ green 178 ◦ blue 138

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

Shades of Chino #BCB28A

Tints of Chino #BCB28A

RGB

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

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

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

R = 37.3%
G = 35.32%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCB28A (or 0xBCB28A) is known color: Chino. HEX triplet: BC, B2 and 8A. RGB value is (188,178,138). Sum of RGB (Red+Green+Blue) = 188+178+138=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB28A is #434D75. Grayscale: #B0B0B0. Windows color (decimal): -4410742 or 9089724. OLE color: 9089724.

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

Color convert

RGB 188 178 138 -
CMYK 0 0.05 0.27 0.26
HSL 48º 0.27% 0.64% -
HSV(B) 48º 0.27% 0.74% -
XYZ 41.25 44.37 30.43 -
YUV 176.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 188 178 138 0 0.05 0.27 0.26 48 0.27 0.64
Hex BC B2 8A 0 5 1B 1A 30 1B 40
Octal 274 262 212 0 5 33 32 60 33 100
Binary 10111100 10110010 10001010 0 101 11011 11010 110000 11011 1000000

Color Harmonies of #BCB28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB28A

Black with #BCB28A

Text Example


Text Example

White with #BCB28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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