Html Css Color HEX #B3961C Buddha Gold

📋 copy color: '#B3961C'

red 179 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #B3961C

Tints of Buddha Gold #B3961C

RGB

 RED value IS 179 (70.31% from 255) = 50.14%

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

 BLUE value IS 28 (11.33% from 255) = 7.84%

R = 50.14%
G = 42.02%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3961C (or 0xB3961C) is known color: Buddha Gold. HEX triplet: B3, 96 and 1C. RGB value is (179,150,28). Sum of RGB (Red+Green+Blue) = 179+150+28=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3961C is #4C69E3. Grayscale: #919191. Windows color (decimal): -5007844 or 1873587. OLE color: 1873587.

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

Color convert

RGB 179 150 28 -
CMYK 0 0.16 0.84 0.30
HSL 48.48º 0.73% 0.41% -
HSV(B) 48.48º 0.84% 0.7% -
XYZ 29.71 31.48 5.61 -
YUV 144.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 179 150 28 0 0.16 0.84 0.30 48.48 0.73 0.41
Hex B3 96 1C 0 10 54 1E 30 49 29
Octal 263 226 34 0 20 124 36 60 111 51
Binary 10110011 10010110 11100 0 10000 1010100 11110 110000 1001001 101001

Color Harmonies of #B3961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3961C

Black with #B3961C

Text Example


Text Example

White with #B3961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3961C; }

 p { color: rgb(179,150,28); }

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

background-color css

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

 a { background-color: rgb(179,150,28); }

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

border-color css

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

 span { border-color: rgb(179,150,28); }

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