Html Css Color HEX #B49C0A Buddha Gold

📋 copy color: '#B49C0A'

red 180 ◦ green 156 ◦ blue 10

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

Shades of Buddha Gold #B49C0A

Tints of Buddha Gold #B49C0A

RGB

 RED value IS 180 (70.7% from 255) = 52.02%

 GREEN value IS 156 (61.33% from 255) = 45.09%

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 52.02%
G = 45.09%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B49C0A (or 0xB49C0A) is known color: Buddha Gold. HEX triplet: B4, 9C and 0A. RGB value is (180,156,10). Sum of RGB (Red+Green+Blue) = 180+156+10=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C0A is #4B63F5. Grayscale: #939393. Windows color (decimal): -4940790 or 695476. OLE color: 695476.

HSL color Cylindrical-coordinate representation of color #B49C0A: hue angle of 51.53º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B49C0A is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 156 10 -
CMYK 0 0.13 0.94 0.29
HSL 51.53º 0.89% 0.37% -
HSV(B) 51.53º 0.94% 0.71% -
XYZ 30.77 33.5 5.13 -
YUV 146.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 180 156 10 0 0.13 0.94 0.29 51.53 0.89 0.37
Hex B4 9C A 0 D 5E 1D 34 59 25
Octal 264 234 12 0 15 136 35 64 131 45
Binary 10110100 10011100 1010 0 1101 1011110 11101 110100 1011001 100101

Color Harmonies of #B49C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C0A

Black with #B49C0A

Text Example


Text Example

White with #B49C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C0A; }

 p { color: rgb(180,156,10); }

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

background-color css

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

 a { background-color: rgb(180,156,10); }

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

border-color css

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

 span { border-color: rgb(180,156,10); }

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