Html Css Color HEX #BBA463 Laser

📋 copy color: '#BBA463'

red 187 ◦ green 164 ◦ blue 99

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

Shades of Laser #BBA463

Tints of Laser #BBA463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22%

R = 41.56%
G = 36.44%
B = 22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBA463 (or 0xBBA463) is known color: Laser. HEX triplet: BB, A4 and 63. RGB value is (187,164,99). Sum of RGB (Red+Green+Blue) = 187+164+99=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA463 is #445B9C. Grayscale: #A3A3A3. Windows color (decimal): -4479901 or 6530235. OLE color: 6530235.

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

Color convert

RGB 187 164 99 -
CMYK 0 0.12 0.47 0.27
HSL 44.32º 0.39% 0.56% -
HSV(B) 44.32º 0.47% 0.73% -
XYZ 36.02 38.02 17.24 -
YUV 163.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 187 164 99 0 0.12 0.47 0.27 44.32 0.39 0.56
Hex BB A4 63 0 C 2F 1B 2C 27 38
Octal 273 244 143 0 14 57 33 54 47 70
Binary 10111011 10100100 1100011 0 1100 101111 11011 101100 100111 111000

Color Harmonies of #BBA463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA463

Black with #BBA463

Text Example


Text Example

White with #BBA463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA463; }

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

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

background-color css

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

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

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

border-color css

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

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

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