Html Css Color HEX #B89414 Buddha Gold

📋 copy color: '#B89414'

red 184 ◦ green 148 ◦ blue 20

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

Shades of Buddha Gold #B89414

Tints of Buddha Gold #B89414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 52.27%
G = 42.05%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B89414 (or 0xB89414) is known color: Buddha Gold. HEX triplet: B8, 94 and 14. RGB value is (184,148,20). Sum of RGB (Red+Green+Blue) = 184+148+20=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B89414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89414 is #476BEB. Grayscale: #909090. Windows color (decimal): -4680684 or 1348792. OLE color: 1348792.

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

Color convert

RGB 184 148 20 -
CMYK 0 0.20 0.89 0.28
HSL 46.83º 0.8% 0.4% -
HSV(B) 46.83º 0.89% 0.72% -
XYZ 30.48 31.42 5.12 -
YUV 144.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 184 148 20 0 0.20 0.89 0.28 46.83 0.8 0.4
Hex B8 94 14 0 14 59 1C 2F 50 28
Octal 270 224 24 0 24 131 34 57 120 50
Binary 10111000 10010100 10100 0 10100 1011001 11100 101111 1010000 101000

Color Harmonies of #B89414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89414

Black with #B89414

Text Example


Text Example

White with #B89414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89414; }

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

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

background-color css

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

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

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

border-color css

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

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

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