Html Css Color HEX #B89411 Buddha Gold

📋 copy color: '#B89411'

red 184 ◦ green 148 ◦ blue 17

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

Shades of Buddha Gold #B89411

Tints of Buddha Gold #B89411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.87%

R = 52.72%
G = 42.41%
B = 4.87%

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

#B89411 (or 0xB89411) is known color: Buddha Gold. HEX triplet: B8, 94 and 11. RGB value is (184,148,17). Sum of RGB (Red+Green+Blue) = 184+148+17=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B89411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89411 is #476BEE. Grayscale: #909090. Windows color (decimal): -4680687 or 1152184. OLE color: 1152184.

HSL color Cylindrical-coordinate representation of color #B89411: hue angle of 47.07º degrees, saturation: 0.83, 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 #B89411 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 17 -
CMYK 0 0.20 0.91 0.28
HSL 47.07º 0.83% 0.39% -
HSV(B) 47.07º 0.91% 0.72% -
XYZ 30.46 31.41 4.99 -
YUV 143.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 184 148 17 0 0.20 0.91 0.28 47.07 0.83 0.39
Hex B8 94 11 0 14 5B 1C 2F 53 27
Octal 270 224 21 0 24 133 34 57 123 47
Binary 10111000 10010100 10001 0 10100 1011011 11100 101111 1010011 100111

Color Harmonies of #B89411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89411

Black with #B89411

Text Example


Text Example

White with #B89411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89411; }

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

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

background-color css

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

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

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

border-color css

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

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

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