Html Css Color HEX #B48A2D Hokey Pokey

📋 copy color: '#B48A2D'

red 180 ◦ green 138 ◦ blue 45

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

Shades of Hokey Pokey #B48A2D

Tints of Hokey Pokey #B48A2D

RGB

 RED value IS 180 (70.7% from 255) = 49.59%

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

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 49.59%
G = 38.02%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B48A2D (or 0xB48A2D) is known color: Hokey Pokey. HEX triplet: B4, 8A and 2D. RGB value is (180,138,45). Sum of RGB (Red+Green+Blue) = 180+138+45=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A2D is #4B75D2. Grayscale: #8C8C8C. Windows color (decimal): -4945363 or 2984628. OLE color: 2984628.

HSL color Cylindrical-coordinate representation of color #B48A2D: hue angle of 41.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B48A2D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 138 45 -
CMYK 0 0.23 0.75 0.29
HSL 41.33º 0.6% 0.44% -
HSV(B) 41.33º 0.75% 0.71% -
XYZ 28.38 28.07 6.4 -
YUV 139.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 180 138 45 0 0.23 0.75 0.29 41.33 0.6 0.44
Hex B4 8A 2D 0 17 4B 1D 29 3C 2C
Octal 264 212 55 0 27 113 35 51 74 54
Binary 10110100 10001010 101101 0 10111 1001011 11101 101001 111100 101100

Color Harmonies of #B48A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A2D

Black with #B48A2D

Text Example


Text Example

White with #B48A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A2D; }

 p { color: rgb(180,138,45); }

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

background-color css

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

 a { background-color: rgb(180,138,45); }

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

border-color css

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

 span { border-color: rgb(180,138,45); }

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