Html Css Color HEX #B9A268 Laser

📋 copy color: '#B9A268'

red 185 ◦ green 162 ◦ blue 104

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

Shades of Laser #B9A268

Tints of Laser #B9A268

RGB

 RED value IS 185 (72.66% from 255) = 41.02%

 GREEN value IS 162 (63.67% from 255) = 35.92%

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

R = 41.02%
G = 35.92%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B9A268 (or 0xB9A268) is known color: Laser. HEX triplet: B9, A2 and 68. RGB value is (185,162,104). Sum of RGB (Red+Green+Blue) = 185+162+104=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A268 is #465D97. Grayscale: #A2A2A2. Windows color (decimal): -4611480 or 6857401. OLE color: 6857401.

HSL color Cylindrical-coordinate representation of color #B9A268: hue angle of 42.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9A268 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 104 -
CMYK 0 0.12 0.44 0.27
HSL 42.96º 0.37% 0.57% -
HSV(B) 42.96º 0.44% 0.73% -
XYZ 35.43 37.15 18.4 -
YUV 162.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 185 162 104 0 0.12 0.44 0.27 42.96 0.37 0.57
Hex B9 A2 68 0 C 2C 1B 2B 25 39
Octal 271 242 150 0 14 54 33 53 45 71
Binary 10111001 10100010 1101000 0 1100 101100 11011 101011 100101 111001

Color Harmonies of #B9A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A268

Black with #B9A268

Text Example


Text Example

White with #B9A268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A268; }

 p { color: rgb(185,162,104); }

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

background-color css

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

 a { background-color: rgb(185,162,104); }

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

border-color css

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

 span { border-color: rgb(185,162,104); }

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