Html Css Color HEX #B89A1D Buddha Gold

📋 copy color: '#B89A1D'

red 184 ◦ green 154 ◦ blue 29

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

Shades of Buddha Gold #B89A1D

Tints of Buddha Gold #B89A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 50.14%
G = 41.96%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B89A1D (or 0xB89A1D) is known color: Buddha Gold. HEX triplet: B8, 9A and 1D. RGB value is (184,154,29). Sum of RGB (Red+Green+Blue) = 184+154+29=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A1D is #4765E2. Grayscale: #959595. Windows color (decimal): -4679139 or 1940152. OLE color: 1940152.

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

Color convert

RGB 184 154 29 -
CMYK 0 0.16 0.84 0.28
HSL 48.39º 0.73% 0.42% -
HSV(B) 48.39º 0.84% 0.72% -
XYZ 31.54 33.39 5.94 -
YUV 148.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 184 154 29 0 0.16 0.84 0.28 48.39 0.73 0.42
Hex B8 9A 1D 0 10 54 1C 30 49 2A
Octal 270 232 35 0 20 124 34 60 111 52
Binary 10111000 10011010 11101 0 10000 1010100 11100 110000 1001001 101010

Color Harmonies of #B89A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A1D

Black with #B89A1D

Text Example


Text Example

White with #B89A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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