Html Css Color HEX #BBA514 Buddha Gold

📋 copy color: '#BBA514'

red 187 ◦ green 165 ◦ blue 20

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

Shades of Buddha Gold #BBA514

Tints of Buddha Gold #BBA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.35%

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 50.27%
G = 44.35%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA514 (or 0xBBA514) is known color: Buddha Gold. HEX triplet: BB, A5 and 14. RGB value is (187,165,20). Sum of RGB (Red+Green+Blue) = 187+165+20=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA514 is #445AEB. Grayscale: #9B9B9B. Windows color (decimal): -4479724 or 1353147. OLE color: 1353147.

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

Color convert

RGB 187 165 20 -
CMYK 0 0.12 0.89 0.27
HSL 52.1º 0.81% 0.41% -
HSV(B) 52.1º 0.89% 0.73% -
XYZ 34.07 37.53 6.11 -
YUV 155.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 187 165 20 0 0.12 0.89 0.27 52.1 0.81 0.41
Hex BB A5 14 0 C 59 1B 34 51 29
Octal 273 245 24 0 14 131 33 64 121 51
Binary 10111011 10100101 10100 0 1100 1011001 11011 110100 1010001 101001

Color Harmonies of #BBA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA514

Black with #BBA514

Text Example


Text Example

White with #BBA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA514; }

 p { color: rgb(187,165,20); }

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

background-color css

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

 a { background-color: rgb(187,165,20); }

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

border-color css

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

 span { border-color: rgb(187,165,20); }

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