Html Css Color HEX #BCB569 Dark Khaki

📋 copy color: '#BCB569'

red 188 ◦ green 181 ◦ blue 105

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

Shades of Dark Khaki #BCB569

Tints of Dark Khaki #BCB569

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

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

R = 39.66%
G = 38.19%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCB569 (or 0xBCB569) is known color: Dark Khaki. HEX triplet: BC, B5 and 69. RGB value is (188,181,105). Sum of RGB (Red+Green+Blue) = 188+181+105=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB569 is #434A96. Grayscale: #AEAEAE. Windows color (decimal): -4410007 or 6927804. OLE color: 6927804.

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

Color convert

RGB 188 181 105 -
CMYK 0 0.04 0.44 0.26
HSL 54.94º 0.38% 0.57% -
HSV(B) 54.94º 0.44% 0.74% -
XYZ 39.81 44.76 19.91 -
YUV 174.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 188 181 105 0 0.04 0.44 0.26 54.94 0.38 0.57
Hex BC B5 69 0 4 2C 1A 37 26 39
Octal 274 265 151 0 4 54 32 67 46 71
Binary 10111100 10110101 1101001 0 100 101100 11010 110111 100110 111001

Color Harmonies of #BCB569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB569

Black with #BCB569

Text Example


Text Example

White with #BCB569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB569; }

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

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

background-color css

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

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

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

border-color css

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

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

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