Html Css Color HEX #BCB169 Dark Khaki

📋 copy color: '#BCB169'

red 188 ◦ green 177 ◦ blue 105

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

Shades of Dark Khaki #BCB169

Tints of Dark Khaki #BCB169

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.66%

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

R = 40%
G = 37.66%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCB169 (or 0xBCB169) is known color: Dark Khaki. HEX triplet: BC, B1 and 69. RGB value is (188,177,105). Sum of RGB (Red+Green+Blue) = 188+177+105=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB169 is #434E96. Grayscale: #ACACAC. Windows color (decimal): -4411031 or 6926780. OLE color: 6926780.

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

Color convert

RGB 188 177 105 -
CMYK 0 0.06 0.44 0.26
HSL 52.05º 0.38% 0.57% -
HSV(B) 52.05º 0.44% 0.74% -
XYZ 39.01 43.16 19.64 -
YUV 172.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 188 177 105 0 0.06 0.44 0.26 52.05 0.38 0.57
Hex BC B1 69 0 6 2C 1A 34 26 39
Octal 274 261 151 0 6 54 32 64 46 71
Binary 10111100 10110001 1101001 0 110 101100 11010 110100 100110 111001

Color Harmonies of #BCB169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB169

Black with #BCB169

Text Example


Text Example

White with #BCB169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB169; }

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

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

background-color css

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

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

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

border-color css

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

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

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