Html Css Color HEX #B58730 Hokey Pokey

📋 copy color: '#B58730'

red 181 ◦ green 135 ◦ blue 48

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

Shades of Hokey Pokey #B58730

Tints of Hokey Pokey #B58730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 48 (19.14% from 255) = 13.19%

R = 49.73%
G = 37.09%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B58730 (or 0xB58730) is known color: Hokey Pokey. HEX triplet: B5, 87 and 30. RGB value is (181,135,48). Sum of RGB (Red+Green+Blue) = 181+135+48=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B58730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58730 is #4A78CF. Grayscale: #8B8B8B. Windows color (decimal): -4880592 or 3180469. OLE color: 3180469.

HSL color Cylindrical-coordinate representation of color #B58730: hue angle of 39.25º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B58730 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 135 48 -
CMYK 0 0.25 0.73 0.29
HSL 39.25º 0.58% 0.45% -
HSV(B) 39.25º 0.73% 0.71% -
XYZ 28.25 27.37 6.59 -
YUV 138.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 181 135 48 0 0.25 0.73 0.29 39.25 0.58 0.45
Hex B5 87 30 0 19 49 1D 27 3A 2D
Octal 265 207 60 0 31 111 35 47 72 55
Binary 10110101 10000111 110000 0 11001 1001001 11101 100111 111010 101101

Color Harmonies of #B58730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58730

Black with #B58730

Text Example


Text Example

White with #B58730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58730; }

 p { color: rgb(181,135,48); }

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

background-color css

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

 a { background-color: rgb(181,135,48); }

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

border-color css

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

 span { border-color: rgb(181,135,48); }

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