Html Css Color HEX #B98D30 Hokey Pokey

📋 copy color: '#B98D30'

red 185 ◦ green 141 ◦ blue 48

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

Shades of Hokey Pokey #B98D30

Tints of Hokey Pokey #B98D30

RGB

 RED value IS 185 (72.66% from 255) = 49.47%

 GREEN value IS 141 (55.47% from 255) = 37.7%

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

R = 49.47%
G = 37.7%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B98D30 (or 0xB98D30) is known color: Hokey Pokey. HEX triplet: B9, 8D and 30. RGB value is (185,141,48). Sum of RGB (Red+Green+Blue) = 185+141+48=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D30 is #4672CF. Grayscale: #8F8F8F. Windows color (decimal): -4616912 or 3182009. OLE color: 3182009.

HSL color Cylindrical-coordinate representation of color #B98D30: hue angle of 40.73º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B98D30 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 141 48 -
CMYK 0 0.24 0.74 0.27
HSL 40.73º 0.59% 0.46% -
HSV(B) 40.73º 0.74% 0.73% -
XYZ 30.07 29.58 6.92 -
YUV 143.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 185 141 48 0 0.24 0.74 0.27 40.73 0.59 0.46
Hex B9 8D 30 0 18 4A 1B 29 3B 2E
Octal 271 215 60 0 30 112 33 51 73 56
Binary 10111001 10001101 110000 0 11000 1001010 11011 101001 111011 101110

Color Harmonies of #B98D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98D30

Black with #B98D30

Text Example


Text Example

White with #B98D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98D30; }

 p { color: rgb(185,141,48); }

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

background-color css

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

 a { background-color: rgb(185,141,48); }

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

border-color css

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

 span { border-color: rgb(185,141,48); }

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