Html Css Color HEX #B9961B Buddha Gold

📋 copy color: '#B9961B'

red 185 ◦ green 150 ◦ blue 27

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

Shades of Buddha Gold #B9961B

Tints of Buddha Gold #B9961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

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

R = 51.1%
G = 41.44%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9961B (or 0xB9961B) is known color: Buddha Gold. HEX triplet: B9, 96 and 1B. RGB value is (185,150,27). Sum of RGB (Red+Green+Blue) = 185+150+27=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9961B is #4669E4. Grayscale: #929292. Windows color (decimal): -4614629 or 1808057. OLE color: 1808057.

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

Color convert

RGB 185 150 27 -
CMYK 0 0.19 0.85 0.27
HSL 46.71º 0.75% 0.42% -
HSV(B) 46.71º 0.85% 0.73% -
XYZ 31.11 32.21 5.61 -
YUV 146.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 185 150 27 0 0.19 0.85 0.27 46.71 0.75 0.42
Hex B9 96 1B 0 13 55 1B 2F 4B 2A
Octal 271 226 33 0 23 125 33 57 113 52
Binary 10111001 10010110 11011 0 10011 1010101 11011 101111 1001011 101010

Color Harmonies of #B9961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9961B

Black with #B9961B

Text Example


Text Example

White with #B9961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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