Html Css Color HEX #B38A2F Hokey Pokey

📋 copy color: '#B38A2F'

red 179 ◦ green 138 ◦ blue 47

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

Shades of Hokey Pokey #B38A2F

Tints of Hokey Pokey #B38A2F

RGB

 RED value IS 179 (70.31% from 255) = 49.18%

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

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 49.18%
G = 37.91%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B38A2F (or 0xB38A2F) is known color: Hokey Pokey. HEX triplet: B3, 8A and 2F. RGB value is (179,138,47). Sum of RGB (Red+Green+Blue) = 179+138+47=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A2F is #4C75D0. Grayscale: #8C8C8C. Windows color (decimal): -5010897 or 3115699. OLE color: 3115699.

HSL color Cylindrical-coordinate representation of color #B38A2F: hue angle of 41.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B38A2F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 138 47 -
CMYK 0 0.23 0.74 0.30
HSL 41.36º 0.58% 0.44% -
HSV(B) 41.36º 0.74% 0.7% -
XYZ 28.19 27.97 6.6 -
YUV 139.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 179 138 47 0 0.23 0.74 0.30 41.36 0.58 0.44
Hex B3 8A 2F 0 17 4A 1E 29 3A 2C
Octal 263 212 57 0 27 112 36 51 72 54
Binary 10110011 10001010 101111 0 10111 1001010 11110 101001 111010 101100

Color Harmonies of #B38A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A2F

Black with #B38A2F

Text Example


Text Example

White with #B38A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A2F; }

 p { color: rgb(179,138,47); }

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

background-color css

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

 a { background-color: rgb(179,138,47); }

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

border-color css

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

 span { border-color: rgb(179,138,47); }

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