Html Css Color HEX #B25E12 Golden Brown

📋 copy color: '#B25E12'

red 178 ◦ green 94 ◦ blue 18

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

Shades of Golden Brown #B25E12

Tints of Golden Brown #B25E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 61.38%
G = 32.41%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B25E12 (or 0xB25E12) is known color: Golden Brown. HEX triplet: B2, 5E and 12. RGB value is (178,94,18). Sum of RGB (Red+Green+Blue) = 178+94+18=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E12 is #4DA1ED. Grayscale: #6E6E6E. Windows color (decimal): -5087726 or 1203890. OLE color: 1203890.

HSL color Cylindrical-coordinate representation of color #B25E12: hue angle of 28.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B25E12 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 94 18 -
CMYK 0 0.47 0.90 0.30
HSL 28.5º 0.82% 0.38% -
HSV(B) 28.5º 0.9% 0.7% -
XYZ 22.47 17.51 2.77 -
YUV 110.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 178 94 18 0 0.47 0.90 0.30 28.5 0.82 0.38
Hex B2 5E 12 0 2F 5A 1E 1C 52 26
Octal 262 136 22 0 57 132 36 34 122 46
Binary 10110010 1011110 10010 0 101111 1011010 11110 11100 1010010 100110

Color Harmonies of #B25E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E12

Black with #B25E12

Text Example


Text Example

White with #B25E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E12; }

 p { color: rgb(178,94,18); }

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

background-color css

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

 a { background-color: rgb(178,94,18); }

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

border-color css

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

 span { border-color: rgb(178,94,18); }

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