Html Css Color HEX #BCB66B Dark Khaki

📋 copy color: '#BCB66B'

red 188 ◦ green 182 ◦ blue 107

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

Shades of Dark Khaki #BCB66B

Tints of Dark Khaki #BCB66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.16%

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 39.41%
G = 38.16%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCB66B (or 0xBCB66B) is known color: Dark Khaki. HEX triplet: BC, B6 and 6B. RGB value is (188,182,107). Sum of RGB (Red+Green+Blue) = 188+182+107=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB66B is #434994. Grayscale: #AFAFAF. Windows color (decimal): -4409749 or 7059132. OLE color: 7059132.

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

Color convert

RGB 188 182 107 -
CMYK 0 0.03 0.43 0.26
HSL 55.56º 0.38% 0.58% -
HSV(B) 55.56º 0.43% 0.74% -
XYZ 40.12 45.21 20.52 -
YUV 175.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 188 182 107 0 0.03 0.43 0.26 55.56 0.38 0.58
Hex BC B6 6B 0 3 2B 1A 38 26 3A
Octal 274 266 153 0 3 53 32 70 46 72
Binary 10111100 10110110 1101011 0 11 101011 11010 111000 100110 111010

Color Harmonies of #BCB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB66B

Black with #BCB66B

Text Example


Text Example

White with #BCB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB66B; }

 p { color: rgb(188,182,107); }

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

background-color css

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

 a { background-color: rgb(188,182,107); }

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

border-color css

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

 span { border-color: rgb(188,182,107); }

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