Html Css Color HEX #B89C1D Buddha Gold

📋 copy color: '#B89C1D'

red 184 ◦ green 156 ◦ blue 29

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

Shades of Buddha Gold #B89C1D

Tints of Buddha Gold #B89C1D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.28%

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

R = 49.86%
G = 42.28%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B89C1D (or 0xB89C1D) is known color: Buddha Gold. HEX triplet: B8, 9C and 1D. RGB value is (184,156,29). Sum of RGB (Red+Green+Blue) = 184+156+29=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C1D is #4763E2. Grayscale: #969696. Windows color (decimal): -4678627 or 1940664. OLE color: 1940664.

HSL color Cylindrical-coordinate representation of color #B89C1D: hue angle of 49.16º 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 #B89C1D is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 156 29 -
CMYK 0 0.15 0.84 0.28
HSL 49.16º 0.73% 0.42% -
HSV(B) 49.16º 0.84% 0.72% -
XYZ 31.88 34.06 6.06 -
YUV 149.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 184 156 29 0 0.15 0.84 0.28 49.16 0.73 0.42
Hex B8 9C 1D 0 F 54 1C 31 49 2A
Octal 270 234 35 0 17 124 34 61 111 52
Binary 10111000 10011100 11101 0 1111 1010100 11100 110001 1001001 101010

Color Harmonies of #B89C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C1D

Black with #B89C1D

Text Example


Text Example

White with #B89C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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