Html Css Color HEX #B38A30 Hokey Pokey

📋 copy color: '#B38A30'

red 179 ◦ green 138 ◦ blue 48

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

Shades of Hokey Pokey #B38A30

Tints of Hokey Pokey #B38A30

RGB

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

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

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

R = 49.04%
G = 37.81%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B38A30 (or 0xB38A30) is known color: Hokey Pokey. HEX triplet: B3, 8A and 30. RGB value is (179,138,48). Sum of RGB (Red+Green+Blue) = 179+138+48=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A30 is #4C75CF. Grayscale: #8C8C8C. Windows color (decimal): -5010896 or 3181235. OLE color: 3181235.

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

Color convert

RGB 179 138 48 -
CMYK 0 0.23 0.73 0.30
HSL 41.22º 0.58% 0.45% -
HSV(B) 41.22º 0.73% 0.7% -
XYZ 28.21 27.97 6.71 -
YUV 140 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 179 138 48 0 0.23 0.73 0.30 41.22 0.58 0.45
Hex B3 8A 30 0 17 49 1E 29 3A 2D
Octal 263 212 60 0 27 111 36 51 72 55
Binary 10110011 10001010 110000 0 10111 1001001 11110 101001 111010 101101

Color Harmonies of #B38A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A30

Black with #B38A30

Text Example


Text Example

White with #B38A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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