Html Css Color HEX #B5902F Hokey Pokey

📋 copy color: '#B5902F'

red 181 ◦ green 144 ◦ blue 47

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

Shades of Hokey Pokey #B5902F

Tints of Hokey Pokey #B5902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 48.66%
G = 38.71%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5902F (or 0xB5902F) is known color: Hokey Pokey. HEX triplet: B5, 90 and 2F. RGB value is (181,144,47). Sum of RGB (Red+Green+Blue) = 181+144+47=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5902F is #4A6FD0. Grayscale: #909090. Windows color (decimal): -4878289 or 3117237. OLE color: 3117237.

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

Color convert

RGB 181 144 47 -
CMYK 0 0.20 0.74 0.29
HSL 43.43º 0.59% 0.45% -
HSV(B) 43.43º 0.74% 0.71% -
XYZ 29.54 29.98 6.92 -
YUV 144.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 181 144 47 0 0.20 0.74 0.29 43.43 0.59 0.45
Hex B5 90 2F 0 14 4A 1D 2B 3B 2D
Octal 265 220 57 0 24 112 35 53 73 55
Binary 10110101 10010000 101111 0 10100 1001010 11101 101011 111011 101101

Color Harmonies of #B5902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5902F

Black with #B5902F

Text Example


Text Example

White with #B5902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5902F; }

 p { color: rgb(181,144,47); }

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

background-color css

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

 a { background-color: rgb(181,144,47); }

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

border-color css

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

 span { border-color: rgb(181,144,47); }

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