Html Css Color HEX #B5B468 Dark Khaki

📋 copy color: '#B5B468'

red 181 ◦ green 180 ◦ blue 104

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

Shades of Dark Khaki #B5B468

Tints of Dark Khaki #B5B468

RGB

 RED value IS 181 (71.09% from 255) = 38.92%

 GREEN value IS 180 (70.7% from 255) = 38.71%

 BLUE value IS 104 (41.02% from 255) = 22.37%

R = 38.92%
G = 38.71%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B5B468 (or 0xB5B468) is known color: Dark Khaki. HEX triplet: B5, B4 and 68. RGB value is (181,180,104). Sum of RGB (Red+Green+Blue) = 181+180+104=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B468 is #4A4B97. Grayscale: #ABABAB. Windows color (decimal): -4869016 or 6862005. OLE color: 6862005.

HSL color Cylindrical-coordinate representation of color #B5B468: hue angle of 59.22º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5B468 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 180 104 -
CMYK 0 0.01 0.43 0.29
HSL 59.22º 0.34% 0.56% -
HSV(B) 59.22º 0.43% 0.71% -
XYZ 37.88 43.47 19.49 -
YUV 171.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 181 180 104 0 0.01 0.43 0.29 59.22 0.34 0.56
Hex B5 B4 68 0 1 2B 1D 3B 22 38
Octal 265 264 150 0 1 53 35 73 42 70
Binary 10110101 10110100 1101000 0 1 101011 11101 111011 100010 111000

Color Harmonies of #B5B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B468

Black with #B5B468

Text Example


Text Example

White with #B5B468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B468; }

 p { color: rgb(181,180,104); }

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

background-color css

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

 a { background-color: rgb(181,180,104); }

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

border-color css

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

 span { border-color: rgb(181,180,104); }

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