Html Css Color HEX #BCB367 Dark Khaki

📋 copy color: '#BCB367'

red 188 ◦ green 179 ◦ blue 103

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

Shades of Dark Khaki #BCB367

Tints of Dark Khaki #BCB367

RGB

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

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

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

R = 40%
G = 38.09%
B = 21.91%

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

#BCB367 (or 0xBCB367) is known color: Dark Khaki. HEX triplet: BC, B3 and 67. RGB value is (188,179,103). Sum of RGB (Red+Green+Blue) = 188+179+103=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB367 is #434C98. Grayscale: #ADADAD. Windows color (decimal): -4410521 or 6796220. OLE color: 6796220.

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

Color convert

RGB 188 179 103 -
CMYK 0 0.05 0.45 0.26
HSL 53.65º 0.39% 0.57% -
HSV(B) 53.65º 0.45% 0.74% -
XYZ 39.31 43.91 19.24 -
YUV 173.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 188 179 103 0 0.05 0.45 0.26 53.65 0.39 0.57
Hex BC B3 67 0 5 2D 1A 36 27 39
Octal 274 263 147 0 5 55 32 66 47 71
Binary 10111100 10110011 1100111 0 101 101101 11010 110110 100111 111001

Color Harmonies of #BCB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB367

Black with #BCB367

Text Example


Text Example

White with #BCB367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB367; }

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

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

background-color css

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

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

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

border-color css

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

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

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