Html Css Color HEX #B25B13 Rich Gold

📋 copy color: '#B25B13'

red 178 ◦ green 91 ◦ blue 19

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

Shades of Rich Gold #B25B13

Tints of Rich Gold #B25B13

RGB

 RED value IS 178 (69.92% from 255) = 61.81%

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 61.81%
G = 31.6%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B25B13 (or 0xB25B13) is known color: Rich Gold. HEX triplet: B2, 5B and 13. RGB value is (178,91,19). Sum of RGB (Red+Green+Blue) = 178+91+19=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25B13 is #4DA4EC. Grayscale: #6D6D6D. Windows color (decimal): -5088493 or 1268658. OLE color: 1268658.

HSL color Cylindrical-coordinate representation of color #B25B13: hue angle of 27.17º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B25B13 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 91 19 -
CMYK 0 0.49 0.89 0.30
HSL 27.17º 0.81% 0.39% -
HSV(B) 27.17º 0.89% 0.7% -
XYZ 22.22 16.99 2.73 -
YUV 108.81 77.32 177.35 -
System Red Green Blue C M Y K H S L
Decimal 178 91 19 0 0.49 0.89 0.30 27.17 0.81 0.39
Hex B2 5B 13 0 31 59 1E 1B 51 27
Octal 262 133 23 0 61 131 36 33 121 47
Binary 10110010 1011011 10011 0 110001 1011001 11110 11011 1010001 100111

Color Harmonies of #B25B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B13

Black with #B25B13

Text Example


Text Example

White with #B25B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B13; }

 p { color: rgb(178,91,19); }

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

background-color css

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

 a { background-color: rgb(178,91,19); }

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

border-color css

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

 span { border-color: rgb(178,91,19); }

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