Html Css Color HEX #BBA25D Laser

📋 copy color: '#BBA25D'

red 187 ◦ green 162 ◦ blue 93

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

Shades of Laser #BBA25D

Tints of Laser #BBA25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.04%

R = 42.31%
G = 36.65%
B = 21.04%

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

#BBA25D (or 0xBBA25D) is known color: Laser. HEX triplet: BB, A2 and 5D. RGB value is (187,162,93). Sum of RGB (Red+Green+Blue) = 187+162+93=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA25D is #445DA2. Grayscale: #A1A1A1. Windows color (decimal): -4480419 or 6136507. OLE color: 6136507.

HSL color Cylindrical-coordinate representation of color #BBA25D: hue angle of 44.04º 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 #BBA25D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 93 -
CMYK 0 0.13 0.50 0.27
HSL 44.04º 0.41% 0.55% -
HSV(B) 44.04º 0.5% 0.73% -
XYZ 35.39 37.2 15.67 -
YUV 161.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 187 162 93 0 0.13 0.50 0.27 44.04 0.41 0.55
Hex BB A2 5D 0 D 32 1B 2C 29 37
Octal 273 242 135 0 15 62 33 54 51 67
Binary 10111011 10100010 1011101 0 1101 110010 11011 101100 101001 110111

Color Harmonies of #BBA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA25D

Black with #BBA25D

Text Example


Text Example

White with #BBA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA25D; }

 p { color: rgb(187,162,93); }

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

background-color css

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

 a { background-color: rgb(187,162,93); }

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

border-color css

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

 span { border-color: rgb(187,162,93); }

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