Html Css Color HEX #B9981B Buddha Gold

📋 copy color: '#B9981B'

red 185 ◦ green 152 ◦ blue 27

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

Shades of Buddha Gold #B9981B

Tints of Buddha Gold #B9981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.76%

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

R = 50.82%
G = 41.76%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9981B (or 0xB9981B) is known color: Buddha Gold. HEX triplet: B9, 98 and 1B. RGB value is (185,152,27). Sum of RGB (Red+Green+Blue) = 185+152+27=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9981B is #4667E4. Grayscale: #949494. Windows color (decimal): -4614117 or 1808569. OLE color: 1808569.

HSL color Cylindrical-coordinate representation of color #B9981B: hue angle of 47.47º 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 #B9981B is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 27 -
CMYK 0 0.18 0.85 0.27
HSL 47.47º 0.75% 0.42% -
HSV(B) 47.47º 0.85% 0.73% -
XYZ 31.43 32.85 5.72 -
YUV 147.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 185 152 27 0 0.18 0.85 0.27 47.47 0.75 0.42
Hex B9 98 1B 0 12 55 1B 2F 4B 2A
Octal 271 230 33 0 22 125 33 57 113 52
Binary 10111001 10011000 11011 0 10010 1010101 11011 101111 1001011 101010

Color Harmonies of #B9981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9981B

Black with #B9981B

Text Example


Text Example

White with #B9981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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