Html Css Color HEX #BBA30E Buddha Gold

📋 copy color: '#BBA30E'

red 187 ◦ green 163 ◦ blue 14

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

Shades of Buddha Gold #BBA30E

Tints of Buddha Gold #BBA30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.85%

R = 51.37%
G = 44.78%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBA30E (or 0xBBA30E) is known color: Buddha Gold. HEX triplet: BB, A3 and 0E. RGB value is (187,163,14). Sum of RGB (Red+Green+Blue) = 187+163+14=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA30E is #445CF1. Grayscale: #999999. Windows color (decimal): -4480242 or 959419. OLE color: 959419.

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

Color convert

RGB 187 163 14 -
CMYK 0 0.13 0.93 0.27
HSL 51.68º 0.86% 0.39% -
HSV(B) 51.68º 0.93% 0.73% -
XYZ 33.67 36.79 5.74 -
YUV 153.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 187 163 14 0 0.13 0.93 0.27 51.68 0.86 0.39
Hex BB A3 E 0 D 5D 1B 34 56 27
Octal 273 243 16 0 15 135 33 64 126 47
Binary 10111011 10100011 1110 0 1101 1011101 11011 110100 1010110 100111

Color Harmonies of #BBA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA30E

Black with #BBA30E

Text Example


Text Example

White with #BBA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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