Html Css Color HEX #BBA20D Buddha Gold

📋 copy color: '#BBA20D'

red 187 ◦ green 162 ◦ blue 13

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

Shades of Buddha Gold #BBA20D

Tints of Buddha Gold #BBA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.75%

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

R = 51.66%
G = 44.75%
B = 3.59%

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

#BBA20D (or 0xBBA20D) is known color: Buddha Gold. HEX triplet: BB, A2 and 0D. RGB value is (187,162,13). Sum of RGB (Red+Green+Blue) = 187+162+13=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA20D is #445DF2. Grayscale: #999999. Windows color (decimal): -4480499 or 893627. OLE color: 893627.

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

Color convert

RGB 187 162 13 -
CMYK 0 0.13 0.93 0.27
HSL 51.38º 0.87% 0.39% -
HSV(B) 51.38º 0.93% 0.73% -
XYZ 33.49 36.43 5.65 -
YUV 152.49 49.28 152.62 -
System Red Green Blue C M Y K H S L
Decimal 187 162 13 0 0.13 0.93 0.27 51.38 0.87 0.39
Hex BB A2 D 0 D 5D 1B 33 57 27
Octal 273 242 15 0 15 135 33 63 127 47
Binary 10111011 10100010 1101 0 1101 1011101 11011 110011 1010111 100111

Color Harmonies of #BBA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA20D

Black with #BBA20D

Text Example


Text Example

White with #BBA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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