Html Css Color HEX #B49D1D Buddha Gold

📋 copy color: '#B49D1D'

red 180 ◦ green 157 ◦ blue 29

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

Shades of Buddha Gold #B49D1D

Tints of Buddha Gold #B49D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 49.18%
G = 42.9%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B49D1D (or 0xB49D1D) is known color: Buddha Gold. HEX triplet: B4, 9D and 1D. RGB value is (180,157,29). Sum of RGB (Red+Green+Blue) = 180+157+29=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D1D is #4B62E2. Grayscale: #959595. Windows color (decimal): -4940515 or 1940916. OLE color: 1940916.

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

Color convert

RGB 180 157 29 -
CMYK 0 0.13 0.84 0.29
HSL 50.86º 0.72% 0.41% -
HSV(B) 50.86º 0.84% 0.71% -
XYZ 31.1 33.91 6.07 -
YUV 149.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 180 157 29 0 0.13 0.84 0.29 50.86 0.72 0.41
Hex B4 9D 1D 0 D 54 1D 33 48 29
Octal 264 235 35 0 15 124 35 63 110 51
Binary 10110100 10011101 11101 0 1101 1010100 11101 110011 1001000 101001

Color Harmonies of #B49D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D1D

Black with #B49D1D

Text Example


Text Example

White with #B49D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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