Html Css Color HEX #BBA25F Laser

📋 copy color: '#BBA25F'

red 187 ◦ green 162 ◦ blue 95

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

Shades of Laser #BBA25F

Tints of Laser #BBA25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 42.12%
G = 36.49%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBA25F (or 0xBBA25F) is known color: Laser. HEX triplet: BB, A2 and 5F. RGB value is (187,162,95). Sum of RGB (Red+Green+Blue) = 187+162+95=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA25F is #445DA0. Grayscale: #A2A2A2. Windows color (decimal): -4480417 or 6267579. OLE color: 6267579.

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

Color convert

RGB 187 162 95 -
CMYK 0 0.13 0.49 0.27
HSL 43.7º 0.4% 0.55% -
HSV(B) 43.7º 0.49% 0.73% -
XYZ 35.48 37.23 16.14 -
YUV 161.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 187 162 95 0 0.13 0.49 0.27 43.7 0.4 0.55
Hex BB A2 5F 0 D 31 1B 2C 28 37
Octal 273 242 137 0 15 61 33 54 50 67
Binary 10111011 10100010 1011111 0 1101 110001 11011 101100 101000 110111

Color Harmonies of #BBA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA25F

Black with #BBA25F

Text Example


Text Example

White with #BBA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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