Html Css Color HEX #BCB269 Dark Khaki

📋 copy color: '#BCB269'

red 188 ◦ green 178 ◦ blue 105

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

Shades of Dark Khaki #BCB269

Tints of Dark Khaki #BCB269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.29%

R = 39.92%
G = 37.79%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCB269 (or 0xBCB269) is known color: Dark Khaki. HEX triplet: BC, B2 and 69. RGB value is (188,178,105). Sum of RGB (Red+Green+Blue) = 188+178+105=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB269 is #434D96. Grayscale: #ACACAC. Windows color (decimal): -4410775 or 6927036. OLE color: 6927036.

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

Color convert

RGB 188 178 105 -
CMYK 0 0.05 0.44 0.26
HSL 52.77º 0.38% 0.57% -
HSV(B) 52.77º 0.44% 0.74% -
XYZ 39.21 43.55 19.7 -
YUV 172.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 188 178 105 0 0.05 0.44 0.26 52.77 0.38 0.57
Hex BC B2 69 0 5 2C 1A 35 26 39
Octal 274 262 151 0 5 54 32 65 46 71
Binary 10111100 10110010 1101001 0 101 101100 11010 110101 100110 111001

Color Harmonies of #BCB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB269

Black with #BCB269

Text Example


Text Example

White with #BCB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB269; }

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

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

background-color css

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

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

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

border-color css

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

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

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