Html Css Color HEX #BCBE6A Dark Khaki

📋 copy color: '#BCBE6A'

red 188 ◦ green 190 ◦ blue 106

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

Shades of Dark Khaki #BCBE6A

Tints of Dark Khaki #BCBE6A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.26%

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 38.84%
G = 39.26%
B = 21.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BCBE6A (or 0xBCBE6A) is known color: Dark Khaki. HEX triplet: BC, BE and 6A. RGB value is (188,190,106). Sum of RGB (Red+Green+Blue) = 188+190+106=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE6A is #434195. Grayscale: #B4B4B4. Windows color (decimal): -4407702 or 6995644. OLE color: 6995644.

HSL color Cylindrical-coordinate representation of color #BCBE6A: hue angle of 61.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCBE6A is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 106 -
CMYK 0.01 0 0.44 0.25
HSL 61.43º 0.39% 0.58% -
HSV(B) 61.43º 0.44% 0.75% -
XYZ 41.75 48.56 20.81 -
YUV 179.83 86.34 133.83 -
System Red Green Blue C M Y K H S L
Decimal 188 190 106 0.01 0 0.44 0.25 61.43 0.39 0.58
Hex BC BE 6A 1 0 2C 19 3D 27 3A
Octal 274 276 152 1 0 54 31 75 47 72
Binary 10111100 10111110 1101010 1 0 101100 11001 111101 100111 111010

Color Harmonies of #BCBE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE6A

Black with #BCBE6A

Text Example


Text Example

White with #BCBE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE6A; }

 p { color: rgb(188,190,106); }

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

background-color css

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

 a { background-color: rgb(188,190,106); }

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

border-color css

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

 span { border-color: rgb(188,190,106); }

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