Html Css Color HEX #B7913B Hokey Pokey

📋 copy color: '#B7913B'

red 183 ◦ green 145 ◦ blue 59

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

Shades of Hokey Pokey #B7913B

Tints of Hokey Pokey #B7913B

RGB

 RED value IS 183 (71.88% from 255) = 47.29%

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

 BLUE value IS 59 (23.44% from 255) = 15.25%

R = 47.29%
G = 37.47%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7913B (or 0xB7913B) is known color: Hokey Pokey. HEX triplet: B7, 91 and 3B. RGB value is (183,145,59). Sum of RGB (Red+Green+Blue) = 183+145+59=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B7913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7913B is #486EC4. Grayscale: #929292. Windows color (decimal): -4746949 or 3903927. OLE color: 3903927.

HSL color Cylindrical-coordinate representation of color #B7913B: hue angle of 41.61º degrees, saturation: 0.51, 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 #B7913B is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 145 59 -
CMYK 0 0.21 0.68 0.28
HSL 41.61º 0.51% 0.47% -
HSV(B) 41.61º 0.68% 0.72% -
XYZ 30.44 30.63 8.45 -
YUV 146.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 183 145 59 0 0.21 0.68 0.28 41.61 0.51 0.47
Hex B7 91 3B 0 15 44 1C 2A 33 2F
Octal 267 221 73 0 25 104 34 52 63 57
Binary 10110111 10010001 111011 0 10101 1000100 11100 101010 110011 101111

Color Harmonies of #B7913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7913B

Black with #B7913B

Text Example


Text Example

White with #B7913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7913B; }

 p { color: rgb(183,145,59); }

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

background-color css

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

 a { background-color: rgb(183,145,59); }

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

border-color css

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

 span { border-color: rgb(183,145,59); }

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