Html Css Color HEX #B98A30 Hokey Pokey

📋 copy color: '#B98A30'

red 185 ◦ green 138 ◦ blue 48

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

Shades of Hokey Pokey #B98A30

Tints of Hokey Pokey #B98A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

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

R = 49.87%
G = 37.2%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B98A30 (or 0xB98A30) is known color: Hokey Pokey. HEX triplet: B9, 8A and 30. RGB value is (185,138,48). Sum of RGB (Red+Green+Blue) = 185+138+48=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A30 is #4675CF. Grayscale: #8E8E8E. Windows color (decimal): -4617680 or 3181241. OLE color: 3181241.

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

Color convert

RGB 185 138 48 -
CMYK 0 0.25 0.74 0.27
HSL 39.42º 0.59% 0.46% -
HSV(B) 39.42º 0.74% 0.73% -
XYZ 29.63 28.7 6.78 -
YUV 141.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 185 138 48 0 0.25 0.74 0.27 39.42 0.59 0.46
Hex B9 8A 30 0 19 4A 1B 27 3B 2E
Octal 271 212 60 0 31 112 33 47 73 56
Binary 10111001 10001010 110000 0 11001 1001010 11011 100111 111011 101110

Color Harmonies of #B98A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A30

Black with #B98A30

Text Example


Text Example

White with #B98A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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