Html Css Color HEX #BCB26E Dark Khaki

📋 copy color: '#BCB26E'

red 188 ◦ green 178 ◦ blue 110

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

Shades of Dark Khaki #BCB26E

Tints of Dark Khaki #BCB26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.39%

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 39.5%
G = 37.39%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCB26E (or 0xBCB26E) is known color: Dark Khaki. HEX triplet: BC, B2 and 6E. RGB value is (188,178,110). Sum of RGB (Red+Green+Blue) = 188+178+110=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB26E is #434D91. Grayscale: #ADADAD. Windows color (decimal): -4410770 or 7254716. OLE color: 7254716.

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

Color convert

RGB 188 178 110 -
CMYK 0 0.05 0.41 0.26
HSL 52.31º 0.37% 0.58% -
HSV(B) 52.31º 0.41% 0.74% -
XYZ 39.47 43.66 21.1 -
YUV 173.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 188 178 110 0 0.05 0.41 0.26 52.31 0.37 0.58
Hex BC B2 6E 0 5 29 1A 34 25 3A
Octal 274 262 156 0 5 51 32 64 45 72
Binary 10111100 10110010 1101110 0 101 101001 11010 110100 100101 111010

Color Harmonies of #BCB26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB26E

Black with #BCB26E

Text Example


Text Example

White with #BCB26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB26E; }

 p { color: rgb(188,178,110); }

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

background-color css

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

 a { background-color: rgb(188,178,110); }

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

border-color css

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

 span { border-color: rgb(188,178,110); }

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