Html Css Color HEX #B58F35 Hokey Pokey

📋 copy color: '#B58F35'

red 181 ◦ green 143 ◦ blue 53

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

Shades of Hokey Pokey #B58F35

Tints of Hokey Pokey #B58F35

RGB

 RED value IS 181 (71.09% from 255) = 48.01%

 GREEN value IS 143 (56.25% from 255) = 37.93%

 BLUE value IS 53 (21.09% from 255) = 14.06%

R = 48.01%
G = 37.93%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B58F35 (or 0xB58F35) is known color: Hokey Pokey. HEX triplet: B5, 8F and 35. RGB value is (181,143,53). Sum of RGB (Red+Green+Blue) = 181+143+53=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F35 is #4A70CA. Grayscale: #909090. Windows color (decimal): -4878539 or 3510197. OLE color: 3510197.

HSL color Cylindrical-coordinate representation of color #B58F35: hue angle of 42.19º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B58F35 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 143 53 -
CMYK 0 0.21 0.71 0.29
HSL 42.19º 0.55% 0.46% -
HSV(B) 42.19º 0.71% 0.71% -
XYZ 29.52 29.73 7.55 -
YUV 144.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 181 143 53 0 0.21 0.71 0.29 42.19 0.55 0.46
Hex B5 8F 35 0 15 47 1D 2A 37 2E
Octal 265 217 65 0 25 107 35 52 67 56
Binary 10110101 10001111 110101 0 10101 1000111 11101 101010 110111 101110

Color Harmonies of #B58F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58F35

Black with #B58F35

Text Example


Text Example

White with #B58F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58F35; }

 p { color: rgb(181,143,53); }

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

background-color css

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

 a { background-color: rgb(181,143,53); }

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

border-color css

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

 span { border-color: rgb(181,143,53); }

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