Html Css Color HEX #BD8031 Geebung

📋 copy color: '#BD8031'

red 189 ◦ green 128 ◦ blue 49

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

Shades of Geebung #BD8031

Tints of Geebung #BD8031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

 BLUE value IS 49 (19.53% from 255) = 13.39%

R = 51.64%
G = 34.97%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD8031 (or 0xBD8031) is known color: Geebung. HEX triplet: BD, 80 and 31. RGB value is (189,128,49). Sum of RGB (Red+Green+Blue) = 189+128+49=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8031 is #427FCE. Grayscale: #898989. Windows color (decimal): -4358095 or 3244221. OLE color: 3244221.

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

Color convert

RGB 189 128 49 -
CMYK 0 0.32 0.74 0.26
HSL 33.86º 0.59% 0.47% -
HSV(B) 33.86º 0.74% 0.74% -
XYZ 29.26 26.48 6.47 -
YUV 137.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 189 128 49 0 0.32 0.74 0.26 33.86 0.59 0.47
Hex BD 80 31 0 20 4A 1A 22 3B 2F
Octal 275 200 61 0 40 112 32 42 73 57
Binary 10111101 10000000 110001 0 100000 1001010 11010 100010 111011 101111

Color Harmonies of #BD8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8031

Black with #BD8031

Text Example


Text Example

White with #BD8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8031; }

 p { color: rgb(189,128,49); }

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

background-color css

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

 a { background-color: rgb(189,128,49); }

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

border-color css

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

 span { border-color: rgb(189,128,49); }

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