Html Css Color HEX #BD8C3D Pizza

📋 copy color: '#BD8C3D'

red 189 ◦ green 140 ◦ blue 61

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

Shades of Pizza #BD8C3D

Tints of Pizza #BD8C3D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

 BLUE value IS 61 (24.22% from 255) = 15.64%

R = 48.46%
G = 35.9%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD8C3D (or 0xBD8C3D) is known color: Pizza. HEX triplet: BD, 8C and 3D. RGB value is (189,140,61). Sum of RGB (Red+Green+Blue) = 189+140+61=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C3D is #4273C2. Grayscale: #929292. Windows color (decimal): -4355011 or 4033725. OLE color: 4033725.

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

Color convert

RGB 189 140 61 -
CMYK 0 0.26 0.68 0.26
HSL 37.03º 0.51% 0.49% -
HSV(B) 37.03º 0.68% 0.74% -
XYZ 31.21 29.91 8.54 -
YUV 145.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 189 140 61 0 0.26 0.68 0.26 37.03 0.51 0.49
Hex BD 8C 3D 0 1A 44 1A 25 33 31
Octal 275 214 75 0 32 104 32 45 63 61
Binary 10111101 10001100 111101 0 11010 1000100 11010 100101 110011 110001

Color Harmonies of #BD8C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C3D

Black with #BD8C3D

Text Example


Text Example

White with #BD8C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C3D; }

 p { color: rgb(189,140,61); }

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

background-color css

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

 a { background-color: rgb(189,140,61); }

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

border-color css

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

 span { border-color: rgb(189,140,61); }

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