Html Css Color HEX #B58B2D Hokey Pokey

📋 copy color: '#B58B2D'

red 181 ◦ green 139 ◦ blue 45

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

Shades of Hokey Pokey #B58B2D

Tints of Hokey Pokey #B58B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.08%

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 49.59%
G = 38.08%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B58B2D (or 0xB58B2D) is known color: Hokey Pokey. HEX triplet: B5, 8B and 2D. RGB value is (181,139,45). Sum of RGB (Red+Green+Blue) = 181+139+45=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B2D is #4A74D2. Grayscale: #8D8D8D. Windows color (decimal): -4879571 or 2984885. OLE color: 2984885.

HSL color Cylindrical-coordinate representation of color #B58B2D: hue angle of 41.47º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B58B2D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 139 45 -
CMYK 0 0.23 0.75 0.29
HSL 41.47º 0.6% 0.44% -
HSV(B) 41.47º 0.75% 0.71% -
XYZ 28.76 28.48 6.46 -
YUV 140.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 181 139 45 0 0.23 0.75 0.29 41.47 0.6 0.44
Hex B5 8B 2D 0 17 4B 1D 29 3C 2C
Octal 265 213 55 0 27 113 35 51 74 54
Binary 10110101 10001011 101101 0 10111 1001011 11101 101001 111100 101100

Color Harmonies of #B58B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58B2D

Black with #B58B2D

Text Example


Text Example

White with #B58B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58B2D; }

 p { color: rgb(181,139,45); }

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

background-color css

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

 a { background-color: rgb(181,139,45); }

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

border-color css

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

 span { border-color: rgb(181,139,45); }

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