Html Css Color HEX #B3941C Buddha Gold

📋 copy color: '#B3941C'

red 179 ◦ green 148 ◦ blue 28

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

Shades of Buddha Gold #B3941C

Tints of Buddha Gold #B3941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

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

R = 50.42%
G = 41.69%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3941C (or 0xB3941C) is known color: Buddha Gold. HEX triplet: B3, 94 and 1C. RGB value is (179,148,28). Sum of RGB (Red+Green+Blue) = 179+148+28=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3941C is #4C6BE3. Grayscale: #909090. Windows color (decimal): -5008356 or 1873075. OLE color: 1873075.

HSL color Cylindrical-coordinate representation of color #B3941C: hue angle of 47.68º 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 #B3941C is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 148 28 -
CMYK 0 0.17 0.84 0.30
HSL 47.68º 0.73% 0.41% -
HSV(B) 47.68º 0.84% 0.7% -
XYZ 29.39 30.85 5.5 -
YUV 143.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 179 148 28 0 0.17 0.84 0.30 47.68 0.73 0.41
Hex B3 94 1C 0 11 54 1E 30 49 29
Octal 263 224 34 0 21 124 36 60 111 51
Binary 10110011 10010100 11100 0 10001 1010100 11110 110000 1001001 101001

Color Harmonies of #B3941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3941C

Black with #B3941C

Text Example


Text Example

White with #B3941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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