Html Css Color HEX #B89130 Hokey Pokey

📋 copy color: '#B89130'

red 184 ◦ green 145 ◦ blue 48

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

Shades of Hokey Pokey #B89130

Tints of Hokey Pokey #B89130

RGB

 RED value IS 184 (72.27% from 255) = 48.81%

 GREEN value IS 145 (57.03% from 255) = 38.46%

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

R = 48.81%
G = 38.46%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B89130 (or 0xB89130) is known color: Hokey Pokey. HEX triplet: B8, 91 and 30. RGB value is (184,145,48). Sum of RGB (Red+Green+Blue) = 184+145+48=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B89130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89130 is #476ECF. Grayscale: #929292. Windows color (decimal): -4681424 or 3183032. OLE color: 3183032.

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

Color convert

RGB 184 145 48 -
CMYK 0 0.21 0.74 0.28
HSL 42.79º 0.59% 0.45% -
HSV(B) 42.79º 0.74% 0.72% -
XYZ 30.43 30.65 7.11 -
YUV 145.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 184 145 48 0 0.21 0.74 0.28 42.79 0.59 0.45
Hex B8 91 30 0 15 4A 1C 2B 3B 2D
Octal 270 221 60 0 25 112 34 53 73 55
Binary 10111000 10010001 110000 0 10101 1001010 11100 101011 111011 101101

Color Harmonies of #B89130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89130

Black with #B89130

Text Example


Text Example

White with #B89130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89130; }

 p { color: rgb(184,145,48); }

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

background-color css

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

 a { background-color: rgb(184,145,48); }

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

border-color css

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

 span { border-color: rgb(184,145,48); }

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