Html Css Color HEX #B48F19 Buddha Gold

📋 copy color: '#B48F19'

red 180 ◦ green 143 ◦ blue 25

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

Shades of Buddha Gold #B48F19

Tints of Buddha Gold #B48F19

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.09%

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

R = 51.72%
G = 41.09%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B48F19 (or 0xB48F19) is known color: Buddha Gold. HEX triplet: B4, 8F and 19. RGB value is (180,143,25). Sum of RGB (Red+Green+Blue) = 180+143+25=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48F19 is #4B70E6. Grayscale: #8D8D8D. Windows color (decimal): -4944103 or 1675188. OLE color: 1675188.

HSL color Cylindrical-coordinate representation of color #B48F19: hue angle of 45.68º 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 #B48F19 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 143 25 -
CMYK 0 0.21 0.86 0.29
HSL 45.68º 0.76% 0.4% -
HSV(B) 45.68º 0.86% 0.71% -
XYZ 28.82 29.42 5.08 -
YUV 140.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 180 143 25 0 0.21 0.86 0.29 45.68 0.76 0.4
Hex B4 8F 19 0 15 56 1D 2E 4C 28
Octal 264 217 31 0 25 126 35 56 114 50
Binary 10110100 10001111 11001 0 10101 1010110 11101 101110 1001100 101000

Color Harmonies of #B48F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F19

Black with #B48F19

Text Example


Text Example

White with #B48F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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