Html Css Color HEX #B69031 Hokey Pokey

📋 copy color: '#B69031'

red 182 ◦ green 144 ◦ blue 49

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

Shades of Hokey Pokey #B69031

Tints of Hokey Pokey #B69031

RGB

 RED value IS 182 (71.48% from 255) = 48.53%

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

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 48.53%
G = 38.4%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B69031 (or 0xB69031) is known color: Hokey Pokey. HEX triplet: B6, 90 and 31. RGB value is (182,144,49). Sum of RGB (Red+Green+Blue) = 182+144+49=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B69031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69031 is #496FCE. Grayscale: #909090. Windows color (decimal): -4812751 or 3248310. OLE color: 3248310.

HSL color Cylindrical-coordinate representation of color #B69031: hue angle of 42.86º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B69031 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 144 49 -
CMYK 0 0.21 0.73 0.29
HSL 42.86º 0.58% 0.45% -
HSV(B) 42.86º 0.73% 0.71% -
XYZ 29.82 30.11 7.15 -
YUV 144.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 182 144 49 0 0.21 0.73 0.29 42.86 0.58 0.45
Hex B6 90 31 0 15 49 1D 2B 3A 2D
Octal 266 220 61 0 25 111 35 53 72 55
Binary 10110110 10010000 110001 0 10101 1001001 11101 101011 111010 101101

Color Harmonies of #B69031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69031

Black with #B69031

Text Example


Text Example

White with #B69031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69031; }

 p { color: rgb(182,144,49); }

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

background-color css

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

 a { background-color: rgb(182,144,49); }

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

border-color css

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

 span { border-color: rgb(182,144,49); }

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