Html Css Color HEX #B99C1D Buddha Gold

📋 copy color: '#B99C1D'

red 185 ◦ green 156 ◦ blue 29

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

Shades of Buddha Gold #B99C1D

Tints of Buddha Gold #B99C1D

RGB

 RED value IS 185 (72.66% from 255) = 50%

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

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

R = 50%
G = 42.16%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B99C1D (or 0xB99C1D) is known color: Buddha Gold. HEX triplet: B9, 9C and 1D. RGB value is (185,156,29). Sum of RGB (Red+Green+Blue) = 185+156+29=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C1D is #4663E2. Grayscale: #969696. Windows color (decimal): -4613091 or 1940665. OLE color: 1940665.

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

Color convert

RGB 185 156 29 -
CMYK 0 0.16 0.84 0.27
HSL 48.85º 0.73% 0.42% -
HSV(B) 48.85º 0.84% 0.73% -
XYZ 32.12 34.18 6.07 -
YUV 150.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 185 156 29 0 0.16 0.84 0.27 48.85 0.73 0.42
Hex B9 9C 1D 0 10 54 1B 31 49 2A
Octal 271 234 35 0 20 124 33 61 111 52
Binary 10111001 10011100 11101 0 10000 1010100 11011 110001 1001001 101010

Color Harmonies of #B99C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C1D

Black with #B99C1D

Text Example


Text Example

White with #B99C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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