Html Css Color HEX #B89A1F Buddha Gold

📋 copy color: '#B89A1F'

red 184 ◦ green 154 ◦ blue 31

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

Shades of Buddha Gold #B89A1F

Tints of Buddha Gold #B89A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 49.86%
G = 41.73%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B89A1F (or 0xB89A1F) is known color: Buddha Gold. HEX triplet: B8, 9A and 1F. RGB value is (184,154,31). Sum of RGB (Red+Green+Blue) = 184+154+31=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A1F is #4765E0. Grayscale: #959595. Windows color (decimal): -4679137 or 2071224. OLE color: 2071224.

HSL color Cylindrical-coordinate representation of color #B89A1F: hue angle of 48.24º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B89A1F is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 154 31 -
CMYK 0 0.16 0.83 0.28
HSL 48.24º 0.71% 0.42% -
HSV(B) 48.24º 0.83% 0.72% -
XYZ 31.57 33.4 6.08 -
YUV 148.95 61.44 153 -
System Red Green Blue C M Y K H S L
Decimal 184 154 31 0 0.16 0.83 0.28 48.24 0.71 0.42
Hex B8 9A 1F 0 10 53 1C 30 47 2A
Octal 270 232 37 0 20 123 34 60 107 52
Binary 10111000 10011010 11111 0 10000 1010011 11100 110000 1000111 101010

Color Harmonies of #B89A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A1F

Black with #B89A1F

Text Example


Text Example

White with #B89A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A1F; }

 p { color: rgb(184,154,31); }

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

background-color css

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

 a { background-color: rgb(184,154,31); }

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

border-color css

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

 span { border-color: rgb(184,154,31); }

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