Html Css Color HEX #BCB267 Dark Khaki

📋 copy color: '#BCB267'

red 188 ◦ green 178 ◦ blue 103

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

Shades of Dark Khaki #BCB267

Tints of Dark Khaki #BCB267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.96%

R = 40.09%
G = 37.95%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCB267 (or 0xBCB267) is known color: Dark Khaki. HEX triplet: BC, B2 and 67. RGB value is (188,178,103). Sum of RGB (Red+Green+Blue) = 188+178+103=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB267 is #434D98. Grayscale: #ACACAC. Windows color (decimal): -4410777 or 6795964. OLE color: 6795964.

HSL color Cylindrical-coordinate representation of color #BCB267: hue angle of 52.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCB267 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 103 -
CMYK 0 0.05 0.45 0.26
HSL 52.94º 0.39% 0.57% -
HSV(B) 52.94º 0.45% 0.74% -
XYZ 39.11 43.51 19.17 -
YUV 172.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 188 178 103 0 0.05 0.45 0.26 52.94 0.39 0.57
Hex BC B2 67 0 5 2D 1A 35 27 39
Octal 274 262 147 0 5 55 32 65 47 71
Binary 10111100 10110010 1100111 0 101 101101 11010 110101 100111 111001

Color Harmonies of #BCB267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB267

Black with #BCB267

Text Example


Text Example

White with #BCB267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB267; }

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

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

background-color css

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

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

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

border-color css

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

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

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