Html Css Color HEX #BBA80D Buddha Gold

📋 copy color: '#BBA80D'

red 187 ◦ green 168 ◦ blue 13

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

Shades of Buddha Gold #BBA80D

Tints of Buddha Gold #BBA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.65%

 BLUE value IS 13 (5.47% from 255) = 3.53%

R = 50.82%
G = 45.65%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBA80D (or 0xBBA80D) is known color: Buddha Gold. HEX triplet: BB, A8 and 0D. RGB value is (187,168,13). Sum of RGB (Red+Green+Blue) = 187+168+13=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA80D is #4457F2. Grayscale: #9C9C9C. Windows color (decimal): -4478963 or 895163. OLE color: 895163.

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

Color convert

RGB 187 168 13 -
CMYK 0 0.10 0.93 0.27
HSL 53.45º 0.87% 0.39% -
HSV(B) 53.45º 0.93% 0.73% -
XYZ 34.57 38.6 6.01 -
YUV 156.01 47.29 150.1 -
System Red Green Blue C M Y K H S L
Decimal 187 168 13 0 0.10 0.93 0.27 53.45 0.87 0.39
Hex BB A8 D 0 A 5D 1B 35 57 27
Octal 273 250 15 0 12 135 33 65 127 47
Binary 10111011 10101000 1101 0 1010 1011101 11011 110101 1010111 100111

Color Harmonies of #BBA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA80D

Black with #BBA80D

Text Example


Text Example

White with #BBA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA80D; }

 p { color: rgb(187,168,13); }

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

background-color css

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

 a { background-color: rgb(187,168,13); }

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

border-color css

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

 span { border-color: rgb(187,168,13); }

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