Html Css Color HEX #B89019 Buddha Gold

📋 copy color: '#B89019'

red 184 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #B89019

Tints of Buddha Gold #B89019

RGB

 RED value IS 184 (72.27% from 255) = 52.12%

 GREEN value IS 144 (56.64% from 255) = 40.79%

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

R = 52.12%
G = 40.79%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B89019 (or 0xB89019) is known color: Buddha Gold. HEX triplet: B8, 90 and 19. RGB value is (184,144,25). Sum of RGB (Red+Green+Blue) = 184+144+25=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B89019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89019 is #476FE6. Grayscale: #8E8E8E. Windows color (decimal): -4681703 or 1675448. OLE color: 1675448.

HSL color Cylindrical-coordinate representation of color #B89019: hue angle of 44.91º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B89019 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 144 25 -
CMYK 0 0.22 0.86 0.28
HSL 44.91º 0.76% 0.41% -
HSV(B) 44.91º 0.86% 0.72% -
XYZ 29.92 30.21 5.17 -
YUV 142.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 184 144 25 0 0.22 0.86 0.28 44.91 0.76 0.41
Hex B8 90 19 0 16 56 1C 2D 4C 29
Octal 270 220 31 0 26 126 34 55 114 51
Binary 10111000 10010000 11001 0 10110 1010110 11100 101101 1001100 101001

Color Harmonies of #B89019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89019

Black with #B89019

Text Example


Text Example

White with #B89019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89019; }

 p { color: rgb(184,144,25); }

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

background-color css

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

 a { background-color: rgb(184,144,25); }

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

border-color css

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

 span { border-color: rgb(184,144,25); }

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