Html Css Color HEX #BCB369 Dark Khaki

📋 copy color: '#BCB369'

red 188 ◦ green 179 ◦ blue 105

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

Shades of Dark Khaki #BCB369

Tints of Dark Khaki #BCB369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

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

R = 39.83%
G = 37.92%
B = 22.25%

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

#BCB369 (or 0xBCB369) is known color: Dark Khaki. HEX triplet: BC, B3 and 69. RGB value is (188,179,105). Sum of RGB (Red+Green+Blue) = 188+179+105=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB369 is #434C96. Grayscale: #ADADAD. Windows color (decimal): -4410519 or 6927292. OLE color: 6927292.

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

Color convert

RGB 188 179 105 -
CMYK 0 0.05 0.44 0.26
HSL 53.49º 0.38% 0.57% -
HSV(B) 53.49º 0.44% 0.74% -
XYZ 39.41 43.95 19.77 -
YUV 173.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 188 179 105 0 0.05 0.44 0.26 53.49 0.38 0.57
Hex BC B3 69 0 5 2C 1A 35 26 39
Octal 274 263 151 0 5 54 32 65 46 71
Binary 10111100 10110011 1101001 0 101 101100 11010 110101 100110 111001

Color Harmonies of #BCB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB369

Black with #BCB369

Text Example


Text Example

White with #BCB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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