Html Css Color HEX #B3911B Buddha Gold

📋 copy color: '#B3911B'

red 179 ◦ green 145 ◦ blue 27

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

Shades of Buddha Gold #B3911B

Tints of Buddha Gold #B3911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 51%
G = 41.31%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3911B (or 0xB3911B) is known color: Buddha Gold. HEX triplet: B3, 91 and 1B. RGB value is (179,145,27). Sum of RGB (Red+Green+Blue) = 179+145+27=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3911B is #4C6EE4. Grayscale: #8E8E8E. Windows color (decimal): -5009125 or 1806771. OLE color: 1806771.

HSL color Cylindrical-coordinate representation of color #B3911B: hue angle of 46.58º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3911B is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 145 27 -
CMYK 0 0.19 0.85 0.30
HSL 46.58º 0.74% 0.4% -
HSV(B) 46.58º 0.85% 0.7% -
XYZ 28.91 29.91 5.29 -
YUV 141.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 179 145 27 0 0.19 0.85 0.30 46.58 0.74 0.4
Hex B3 91 1B 0 13 55 1E 2F 4A 28
Octal 263 221 33 0 23 125 36 57 112 50
Binary 10110011 10010001 11011 0 10011 1010101 11110 101111 1001010 101000

Color Harmonies of #B3911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3911B

Black with #B3911B

Text Example


Text Example

White with #B3911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3911B; }

 p { color: rgb(179,145,27); }

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

background-color css

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

 a { background-color: rgb(179,145,27); }

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

border-color css

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

 span { border-color: rgb(179,145,27); }

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