Html Css Color HEX #B25F08 Golden Brown

📋 copy color: '#B25F08'

red 178 ◦ green 95 ◦ blue 8

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

Shades of Golden Brown #B25F08

Tints of Golden Brown #B25F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

 BLUE value IS 8 (3.52% from 255) = 2.85%

R = 63.35%
G = 33.81%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B25F08 (or 0xB25F08) is known color: Golden Brown. HEX triplet: B2, 5F and 08. RGB value is (178,95,8). Sum of RGB (Red+Green+Blue) = 178+95+8=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25F08 is #4DA0F7. Grayscale: #6E6E6E. Windows color (decimal): -5087480 or 548786. OLE color: 548786.

HSL color Cylindrical-coordinate representation of color #B25F08: hue angle of 30.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B25F08 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 95 8 -
CMYK 0 0.47 0.96 0.30
HSL 30.71º 0.91% 0.36% -
HSV(B) 30.71º 0.96% 0.7% -
XYZ 22.5 17.67 2.45 -
YUV 109.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 178 95 8 0 0.47 0.96 0.30 30.71 0.91 0.36
Hex B2 5F 8 0 2F 60 1E 1F 5B 24
Octal 262 137 10 0 57 140 36 37 133 44
Binary 10110010 1011111 1000 0 101111 1100000 11110 11111 1011011 100100

Color Harmonies of #B25F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25F08

Black with #B25F08

Text Example


Text Example

White with #B25F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25F08; }

 p { color: rgb(178,95,8); }

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

background-color css

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

 a { background-color: rgb(178,95,8); }

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

border-color css

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

 span { border-color: rgb(178,95,8); }

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