Html Css Color HEX #BBA35E Laser

📋 copy color: '#BBA35E'

red 187 ◦ green 163 ◦ blue 94

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

Shades of Laser #BBA35E

Tints of Laser #BBA35E

RGB

 RED value IS 187 (73.44% from 255) = 42.12%

 GREEN value IS 163 (64.06% from 255) = 36.71%

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 42.12%
G = 36.71%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBA35E (or 0xBBA35E) is known color: Laser. HEX triplet: BB, A3 and 5E. RGB value is (187,163,94). Sum of RGB (Red+Green+Blue) = 187+163+94=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA35E is #445CA1. Grayscale: #A2A2A2. Windows color (decimal): -4480162 or 6202299. OLE color: 6202299.

HSL color Cylindrical-coordinate representation of color #BBA35E: hue angle of 44.52º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBA35E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 94 -
CMYK 0 0.13 0.50 0.27
HSL 44.52º 0.41% 0.55% -
HSV(B) 44.52º 0.5% 0.73% -
XYZ 35.61 37.57 15.96 -
YUV 162.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 187 163 94 0 0.13 0.50 0.27 44.52 0.41 0.55
Hex BB A3 5E 0 D 32 1B 2D 29 37
Octal 273 243 136 0 15 62 33 55 51 67
Binary 10111011 10100011 1011110 0 1101 110010 11011 101101 101001 110111

Color Harmonies of #BBA35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA35E

Black with #BBA35E

Text Example


Text Example

White with #BBA35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA35E; }

 p { color: rgb(187,163,94); }

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

background-color css

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

 a { background-color: rgb(187,163,94); }

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

border-color css

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

 span { border-color: rgb(187,163,94); }

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