Html Css Color HEX #B49D0D Buddha Gold

📋 copy color: '#B49D0D'

red 180 ◦ green 157 ◦ blue 13

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

Shades of Buddha Gold #B49D0D

Tints of Buddha Gold #B49D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.86%

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

R = 51.43%
G = 44.86%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B49D0D (or 0xB49D0D) is known color: Buddha Gold. HEX triplet: B4, 9D and 0D. RGB value is (180,157,13). Sum of RGB (Red+Green+Blue) = 180+157+13=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49D0D is #4B62F2. Grayscale: #949494. Windows color (decimal): -4940531 or 892340. OLE color: 892340.

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

Color convert

RGB 180 157 13 -
CMYK 0 0.13 0.93 0.29
HSL 51.74º 0.87% 0.38% -
HSV(B) 51.74º 0.93% 0.71% -
XYZ 30.95 33.85 5.28 -
YUV 147.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 180 157 13 0 0.13 0.93 0.29 51.74 0.87 0.38
Hex B4 9D D 0 D 5D 1D 34 57 26
Octal 264 235 15 0 15 135 35 64 127 46
Binary 10110100 10011101 1101 0 1101 1011101 11101 110100 1010111 100110

Color Harmonies of #B49D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D0D

Black with #B49D0D

Text Example


Text Example

White with #B49D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D0D; }

 p { color: rgb(180,157,13); }

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

background-color css

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

 a { background-color: rgb(180,157,13); }

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

border-color css

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

 span { border-color: rgb(180,157,13); }

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