Html Css Color HEX #BD9341 Pizza

📋 copy color: '#BD9341'

red 189 ◦ green 147 ◦ blue 65

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

Shades of Pizza #BD9341

Tints of Pizza #BD9341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

 BLUE value IS 65 (25.78% from 255) = 16.21%

R = 47.13%
G = 36.66%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD9341 (or 0xBD9341) is known color: Pizza. HEX triplet: BD, 93 and 41. RGB value is (189,147,65). Sum of RGB (Red+Green+Blue) = 189+147+65=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9341 is #426CBE. Grayscale: #969696. Windows color (decimal): -4353215 or 4297661. OLE color: 4297661.

HSL color Cylindrical-coordinate representation of color #BD9341: hue angle of 39.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD9341 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 147 65 -
CMYK 0 0.22 0.66 0.26
HSL 39.68º 0.49% 0.5% -
HSV(B) 39.68º 0.66% 0.74% -
XYZ 32.37 32.07 9.48 -
YUV 150.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 189 147 65 0 0.22 0.66 0.26 39.68 0.49 0.5
Hex BD 93 41 0 16 42 1A 28 31 32
Octal 275 223 101 0 26 102 32 50 61 62
Binary 10111101 10010011 1000001 0 10110 1000010 11010 101000 110001 110010

Color Harmonies of #BD9341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9341

Black with #BD9341

Text Example


Text Example

White with #BD9341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9341; }

 p { color: rgb(189,147,65); }

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

background-color css

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

 a { background-color: rgb(189,147,65); }

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

border-color css

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

 span { border-color: rgb(189,147,65); }

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