Html Css Color HEX #BBA367 Laser

📋 copy color: '#BBA367'

red 187 ◦ green 163 ◦ blue 103

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

Shades of Laser #BBA367

Tints of Laser #BBA367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.74%

R = 41.28%
G = 35.98%
B = 22.74%

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

#BBA367 (or 0xBBA367) is known color: Laser. HEX triplet: BB, A3 and 67. RGB value is (187,163,103). Sum of RGB (Red+Green+Blue) = 187+163+103=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA367 is #445C98. Grayscale: #A3A3A3. Windows color (decimal): -4480153 or 6792123. OLE color: 6792123.

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

Color convert

RGB 187 163 103 -
CMYK 0 0.13 0.45 0.27
HSL 42.86º 0.38% 0.57% -
HSV(B) 42.86º 0.45% 0.73% -
XYZ 36.04 37.74 18.22 -
YUV 163.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 187 163 103 0 0.13 0.45 0.27 42.86 0.38 0.57
Hex BB A3 67 0 D 2D 1B 2B 26 39
Octal 273 243 147 0 15 55 33 53 46 71
Binary 10111011 10100011 1100111 0 1101 101101 11011 101011 100110 111001

Color Harmonies of #BBA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA367

Black with #BBA367

Text Example


Text Example

White with #BBA367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA367; }

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

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

background-color css

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

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

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

border-color css

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

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

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