Html Css Color HEX #B89030 Hokey Pokey

📋 copy color: '#B89030'

red 184 ◦ green 144 ◦ blue 48

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

Shades of Hokey Pokey #B89030

Tints of Hokey Pokey #B89030

RGB

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

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

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

R = 48.94%
G = 38.3%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B89030 (or 0xB89030) is known color: Hokey Pokey. HEX triplet: B8, 90 and 30. RGB value is (184,144,48). Sum of RGB (Red+Green+Blue) = 184+144+48=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B89030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89030 is #476FCF. Grayscale: #919191. Windows color (decimal): -4681680 or 3182776. OLE color: 3182776.

HSL color Cylindrical-coordinate representation of color #B89030: hue angle of 42.35º 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 #B89030 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 144 48 -
CMYK 0 0.22 0.74 0.28
HSL 42.35º 0.59% 0.45% -
HSV(B) 42.35º 0.74% 0.72% -
XYZ 30.27 30.35 7.06 -
YUV 145.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 184 144 48 0 0.22 0.74 0.28 42.35 0.59 0.45
Hex B8 90 30 0 16 4A 1C 2A 3B 2D
Octal 270 220 60 0 26 112 34 52 73 55
Binary 10111000 10010000 110000 0 10110 1001010 11100 101010 111011 101101

Color Harmonies of #B89030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89030

Black with #B89030

Text Example


Text Example

White with #B89030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89030; }

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

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

background-color css

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

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

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

border-color css

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

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

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