Html Css Color HEX #B58A33 Hokey Pokey

📋 copy color: '#B58A33'

red 181 ◦ green 138 ◦ blue 51

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

Shades of Hokey Pokey #B58A33

Tints of Hokey Pokey #B58A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.3%

 BLUE value IS 51 (20.31% from 255) = 13.78%

R = 48.92%
G = 37.3%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B58A33 (or 0xB58A33) is known color: Hokey Pokey. HEX triplet: B5, 8A and 33. RGB value is (181,138,51). Sum of RGB (Red+Green+Blue) = 181+138+51=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A33 is #4A75CC. Grayscale: #8D8D8D. Windows color (decimal): -4879821 or 3377845. OLE color: 3377845.

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

Color convert

RGB 181 138 51 -
CMYK 0 0.24 0.72 0.29
HSL 40.15º 0.56% 0.45% -
HSV(B) 40.15º 0.72% 0.71% -
XYZ 28.74 28.24 7.07 -
YUV 140.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 181 138 51 0 0.24 0.72 0.29 40.15 0.56 0.45
Hex B5 8A 33 0 18 48 1D 28 38 2D
Octal 265 212 63 0 30 110 35 50 70 55
Binary 10110101 10001010 110011 0 11000 1001000 11101 101000 111000 101101

Color Harmonies of #B58A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A33

Black with #B58A33

Text Example


Text Example

White with #B58A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A33; }

 p { color: rgb(181,138,51); }

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

background-color css

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

 a { background-color: rgb(181,138,51); }

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

border-color css

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

 span { border-color: rgb(181,138,51); }

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