Html Css Color HEX #BD802E Geebung

📋 copy color: '#BD802E'

red 189 ◦ green 128 ◦ blue 46

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

Shades of Geebung #BD802E

Tints of Geebung #BD802E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 52.07%
G = 35.26%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD802E (or 0xBD802E) is known color: Geebung. HEX triplet: BD, 80 and 2E. RGB value is (189,128,46). Sum of RGB (Red+Green+Blue) = 189+128+46=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD802E is #427FD1. Grayscale: #898989. Windows color (decimal): -4358098 or 3047613. OLE color: 3047613.

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

Color convert

RGB 189 128 46 -
CMYK 0 0.32 0.76 0.26
HSL 34.41º 0.61% 0.46% -
HSV(B) 34.41º 0.76% 0.74% -
XYZ 29.2 26.45 6.15 -
YUV 136.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 189 128 46 0 0.32 0.76 0.26 34.41 0.61 0.46
Hex BD 80 2E 0 20 4C 1A 22 3D 2E
Octal 275 200 56 0 40 114 32 42 75 56
Binary 10111101 10000000 101110 0 100000 1001100 11010 100010 111101 101110

Color Harmonies of #BD802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD802E

Black with #BD802E

Text Example


Text Example

White with #BD802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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