Html Css Color HEX #BBA40D Buddha Gold

📋 copy color: '#BBA40D'

red 187 ◦ green 164 ◦ blue 13

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

Shades of Buddha Gold #BBA40D

Tints of Buddha Gold #BBA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.05%

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

R = 51.37%
G = 45.05%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBA40D (or 0xBBA40D) is known color: Buddha Gold. HEX triplet: BB, A4 and 0D. RGB value is (187,164,13). Sum of RGB (Red+Green+Blue) = 187+164+13=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA40D is #445BF2. Grayscale: #9A9A9A. Windows color (decimal): -4479987 or 894139. OLE color: 894139.

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

Color convert

RGB 187 164 13 -
CMYK 0 0.12 0.93 0.27
HSL 52.07º 0.87% 0.39% -
HSV(B) 52.07º 0.93% 0.73% -
XYZ 33.84 37.14 5.77 -
YUV 153.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 187 164 13 0 0.12 0.93 0.27 52.07 0.87 0.39
Hex BB A4 D 0 C 5D 1B 34 57 27
Octal 273 244 15 0 14 135 33 64 127 47
Binary 10111011 10100100 1101 0 1100 1011101 11011 110100 1010111 100111

Color Harmonies of #BBA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA40D

Black with #BBA40D

Text Example


Text Example

White with #BBA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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