Html Css Color HEX #B89410 Buddha Gold

📋 copy color: '#B89410'

red 184 ◦ green 148 ◦ blue 16

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

Shades of Buddha Gold #B89410

Tints of Buddha Gold #B89410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.53%

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 52.87%
G = 42.53%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B89410 (or 0xB89410) is known color: Buddha Gold. HEX triplet: B8, 94 and 10. RGB value is (184,148,16). Sum of RGB (Red+Green+Blue) = 184+148+16=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B89410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89410 is #476BEF. Grayscale: #909090. Windows color (decimal): -4680688 or 1086648. OLE color: 1086648.

HSL color Cylindrical-coordinate representation of color #B89410: hue angle of 47.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B89410 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 16 -
CMYK 0 0.20 0.91 0.28
HSL 47.14º 0.84% 0.39% -
HSV(B) 47.14º 0.91% 0.72% -
XYZ 30.45 31.41 4.95 -
YUV 143.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 184 148 16 0 0.20 0.91 0.28 47.14 0.84 0.39
Hex B8 94 10 0 14 5B 1C 2F 54 27
Octal 270 224 20 0 24 133 34 57 124 47
Binary 10111000 10010100 10000 0 10100 1011011 11100 101111 1010100 100111

Color Harmonies of #B89410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89410

Black with #B89410

Text Example


Text Example

White with #B89410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89410; }

 p { color: rgb(184,148,16); }

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

background-color css

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

 a { background-color: rgb(184,148,16); }

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

border-color css

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

 span { border-color: rgb(184,148,16); }

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