Html Css Color HEX #B88F3A Hokey Pokey

📋 copy color: '#B88F3A'

red 184 ◦ green 143 ◦ blue 58

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

Shades of Hokey Pokey #B88F3A

Tints of Hokey Pokey #B88F3A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 58 (23.05% from 255) = 15.06%

R = 47.79%
G = 37.14%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B88F3A (or 0xB88F3A) is known color: Hokey Pokey. HEX triplet: B8, 8F and 3A. RGB value is (184,143,58). Sum of RGB (Red+Green+Blue) = 184+143+58=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F3A is #4770C5. Grayscale: #919191. Windows color (decimal): -4681926 or 3837880. OLE color: 3837880.

HSL color Cylindrical-coordinate representation of color #B88F3A: hue angle of 40.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B88F3A is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 58 -
CMYK 0 0.22 0.68 0.28
HSL 40.48º 0.52% 0.47% -
HSV(B) 40.48º 0.68% 0.72% -
XYZ 30.35 30.14 8.22 -
YUV 145.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 184 143 58 0 0.22 0.68 0.28 40.48 0.52 0.47
Hex B8 8F 3A 0 16 44 1C 28 34 2F
Octal 270 217 72 0 26 104 34 50 64 57
Binary 10111000 10001111 111010 0 10110 1000100 11100 101000 110100 101111

Color Harmonies of #B88F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F3A

Black with #B88F3A

Text Example


Text Example

White with #B88F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F3A; }

 p { color: rgb(184,143,58); }

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

background-color css

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

 a { background-color: rgb(184,143,58); }

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

border-color css

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

 span { border-color: rgb(184,143,58); }

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