Html Css Color HEX #B49719 Buddha Gold

📋 copy color: '#B49719'

red 180 ◦ green 151 ◦ blue 25

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

Shades of Buddha Gold #B49719

Tints of Buddha Gold #B49719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

 BLUE value IS 25 (10.16% from 255) = 7.02%

R = 50.56%
G = 42.42%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B49719 (or 0xB49719) is known color: Buddha Gold. HEX triplet: B4, 97 and 19. RGB value is (180,151,25). Sum of RGB (Red+Green+Blue) = 180+151+25=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B49719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49719 is #4B68E6. Grayscale: #919191. Windows color (decimal): -4942055 or 1677236. OLE color: 1677236.

HSL color Cylindrical-coordinate representation of color #B49719: hue angle of 48.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B49719 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 25 -
CMYK 0 0.16 0.86 0.29
HSL 48.77º 0.76% 0.4% -
HSV(B) 48.77º 0.86% 0.71% -
XYZ 30.06 31.91 5.49 -
YUV 145.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 180 151 25 0 0.16 0.86 0.29 48.77 0.76 0.4
Hex B4 97 19 0 10 56 1D 31 4C 28
Octal 264 227 31 0 20 126 35 61 114 50
Binary 10110100 10010111 11001 0 10000 1010110 11101 110001 1001100 101000

Color Harmonies of #B49719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49719

Black with #B49719

Text Example


Text Example

White with #B49719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49719; }

 p { color: rgb(180,151,25); }

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

background-color css

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

 a { background-color: rgb(180,151,25); }

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

border-color css

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

 span { border-color: rgb(180,151,25); }

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