Html Css Color HEX #BBA461 Laser

📋 copy color: '#BBA461'

red 187 ◦ green 164 ◦ blue 97

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

Shades of Laser #BBA461

Tints of Laser #BBA461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.61%

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 41.74%
G = 36.61%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBA461 (or 0xBBA461) is known color: Laser. HEX triplet: BB, A4 and 61. RGB value is (187,164,97). Sum of RGB (Red+Green+Blue) = 187+164+97=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA461 is #445B9E. Grayscale: #A3A3A3. Windows color (decimal): -4479903 or 6399163. OLE color: 6399163.

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

Color convert

RGB 187 164 97 -
CMYK 0 0.12 0.48 0.27
HSL 44.67º 0.4% 0.56% -
HSV(B) 44.67º 0.48% 0.73% -
XYZ 35.93 37.98 16.75 -
YUV 163.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 187 164 97 0 0.12 0.48 0.27 44.67 0.4 0.56
Hex BB A4 61 0 C 30 1B 2D 28 38
Octal 273 244 141 0 14 60 33 55 50 70
Binary 10111011 10100100 1100001 0 1100 110000 11011 101101 101000 111000

Color Harmonies of #BBA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA461

Black with #BBA461

Text Example


Text Example

White with #BBA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA461; }

 p { color: rgb(187,164,97); }

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

background-color css

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

 a { background-color: rgb(187,164,97); }

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

border-color css

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

 span { border-color: rgb(187,164,97); }

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