Html Css Color HEX #BBA366 Laser

📋 copy color: '#BBA366'

red 187 ◦ green 163 ◦ blue 102

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

Shades of Laser #BBA366

Tints of Laser #BBA366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 41.37%
G = 36.06%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA366 (or 0xBBA366) is known color: Laser. HEX triplet: BB, A3 and 66. RGB value is (187,163,102). Sum of RGB (Red+Green+Blue) = 187+163+102=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA366 is #445C99. Grayscale: #A3A3A3. Windows color (decimal): -4480154 or 6726587. OLE color: 6726587.

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

Color convert

RGB 187 163 102 -
CMYK 0 0.13 0.45 0.27
HSL 43.06º 0.38% 0.57% -
HSV(B) 43.06º 0.45% 0.73% -
XYZ 35.99 37.72 17.95 -
YUV 163.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 187 163 102 0 0.13 0.45 0.27 43.06 0.38 0.57
Hex BB A3 66 0 D 2D 1B 2B 26 39
Octal 273 243 146 0 15 55 33 53 46 71
Binary 10111011 10100011 1100110 0 1101 101101 11011 101011 100110 111001

Color Harmonies of #BBA366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA366

Black with #BBA366

Text Example


Text Example

White with #BBA366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA366; }

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

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

background-color css

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

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

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

border-color css

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

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

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