Html Css Color HEX #B99A1B Buddha Gold

📋 copy color: '#B99A1B'

red 185 ◦ green 154 ◦ blue 27

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

Shades of Buddha Gold #B99A1B

Tints of Buddha Gold #B99A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.38%

R = 50.55%
G = 42.08%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B99A1B (or 0xB99A1B) is known color: Buddha Gold. HEX triplet: B9, 9A and 1B. RGB value is (185,154,27). Sum of RGB (Red+Green+Blue) = 185+154+27=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A1B is #4665E4. Grayscale: #959595. Windows color (decimal): -4613605 or 1809081. OLE color: 1809081.

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

Color convert

RGB 185 154 27 -
CMYK 0 0.17 0.85 0.27
HSL 48.23º 0.75% 0.42% -
HSV(B) 48.23º 0.85% 0.73% -
XYZ 31.76 33.5 5.83 -
YUV 148.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 185 154 27 0 0.17 0.85 0.27 48.23 0.75 0.42
Hex B9 9A 1B 0 11 55 1B 30 4B 2A
Octal 271 232 33 0 21 125 33 60 113 52
Binary 10111001 10011010 11011 0 10001 1010101 11011 110000 1001011 101010

Color Harmonies of #B99A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99A1B

Black with #B99A1B

Text Example


Text Example

White with #B99A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99A1B; }

 p { color: rgb(185,154,27); }

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

background-color css

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

 a { background-color: rgb(185,154,27); }

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

border-color css

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

 span { border-color: rgb(185,154,27); }

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