Html Css Color HEX #BD9833 Hokey Pokey

📋 copy color: '#BD9833'

red 189 ◦ green 152 ◦ blue 51

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

Shades of Hokey Pokey #BD9833

Tints of Hokey Pokey #BD9833

RGB

 RED value IS 189 (74.22% from 255) = 48.21%

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 51 (20.31% from 255) = 13.01%

R = 48.21%
G = 38.78%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD9833 (or 0xBD9833) is known color: Hokey Pokey. HEX triplet: BD, 98 and 33. RGB value is (189,152,51). Sum of RGB (Red+Green+Blue) = 189+152+51=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9833 is #4267CC. Grayscale: #979797. Windows color (decimal): -4351949 or 3381437. OLE color: 3381437.

HSL color Cylindrical-coordinate representation of color #BD9833: hue angle of 43.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD9833 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 51 -
CMYK 0 0.20 0.73 0.26
HSL 43.91º 0.58% 0.47% -
HSV(B) 43.91º 0.73% 0.74% -
XYZ 32.81 33.51 7.87 -
YUV 151.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 189 152 51 0 0.20 0.73 0.26 43.91 0.58 0.47
Hex BD 98 33 0 14 49 1A 2C 3A 2F
Octal 275 230 63 0 24 111 32 54 72 57
Binary 10111101 10011000 110011 0 10100 1001001 11010 101100 111010 101111

Color Harmonies of #BD9833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9833

Black with #BD9833

Text Example


Text Example

White with #BD9833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9833; }

 p { color: rgb(189,152,51); }

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

background-color css

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

 a { background-color: rgb(189,152,51); }

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

border-color css

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

 span { border-color: rgb(189,152,51); }

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