Html Css Color HEX #BD8B3A Pizza

📋 copy color: '#BD8B3A'

red 189 ◦ green 139 ◦ blue 58

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

Shades of Pizza #BD8B3A

Tints of Pizza #BD8B3A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 48.96%
G = 36.01%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD8B3A (or 0xBD8B3A) is known color: Pizza. HEX triplet: BD, 8B and 3A. RGB value is (189,139,58). Sum of RGB (Red+Green+Blue) = 189+139+58=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B3A is #4274C5. Grayscale: #919191. Windows color (decimal): -4355270 or 3836861. OLE color: 3836861.

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

Color convert

RGB 189 139 58 -
CMYK 0 0.26 0.69 0.26
HSL 37.1º 0.53% 0.48% -
HSV(B) 37.1º 0.69% 0.74% -
XYZ 30.98 29.59 8.08 -
YUV 144.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 189 139 58 0 0.26 0.69 0.26 37.1 0.53 0.48
Hex BD 8B 3A 0 1A 45 1A 25 35 30
Octal 275 213 72 0 32 105 32 45 65 60
Binary 10111101 10001011 111010 0 11010 1000101 11010 100101 110101 110000

Color Harmonies of #BD8B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B3A

Black with #BD8B3A

Text Example


Text Example

White with #BD8B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B3A; }

 p { color: rgb(189,139,58); }

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

background-color css

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

 a { background-color: rgb(189,139,58); }

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

border-color css

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

 span { border-color: rgb(189,139,58); }

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