Html Css Color HEX #BBA30D Buddha Gold

📋 copy color: '#BBA30D'

red 187 ◦ green 163 ◦ blue 13

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

Shades of Buddha Gold #BBA30D

Tints of Buddha Gold #BBA30D

RGB

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

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

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

R = 51.52%
G = 44.9%
B = 3.58%

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

#BBA30D (or 0xBBA30D) is known color: Buddha Gold. HEX triplet: BB, A3 and 0D. RGB value is (187,163,13). Sum of RGB (Red+Green+Blue) = 187+163+13=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA30D is #445CF2. Grayscale: #999999. Windows color (decimal): -4480243 or 893883. OLE color: 893883.

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

Color convert

RGB 187 163 13 -
CMYK 0 0.13 0.93 0.27
HSL 51.72º 0.87% 0.39% -
HSV(B) 51.72º 0.93% 0.73% -
XYZ 33.66 36.79 5.71 -
YUV 153.08 48.95 152.2 -
System Red Green Blue C M Y K H S L
Decimal 187 163 13 0 0.13 0.93 0.27 51.72 0.87 0.39
Hex BB A3 D 0 D 5D 1B 34 57 27
Octal 273 243 15 0 15 135 33 64 127 47
Binary 10111011 10100011 1101 0 1101 1011101 11011 110100 1010111 100111

Color Harmonies of #BBA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA30D

Black with #BBA30D

Text Example


Text Example

White with #BBA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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