#BD842D

Color #BD842D Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #BD842D

Tints of Geebung #BD842D

Color information

#BD842D (or 0xBD842D) is unknown color: approx Geebung. HEX triplet: BD, 84 and 2D. RGB value is (189,132,45). Sum of RGB (Red+Green+Blue) = 189+132+45=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD842D is #427BD2. Grayscale: #8B8B8B. Windows color (decimal): -4357075 or 2983101. OLE color: 2983101.

HSL color Cylindrical-coordinate representation of color #BD842D: hue angle of 36.25º degrees, saturation: 0.62, 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 #BD842D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18913245-
CMYK00.300.760.26
HSL36.25º61.54%45.88%-
HSV(B)36.25º76.19%74.12%-
XYZ29.7127.516.23-
YUV139.1274.88163.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 45 (17.97% from 255) = 12.30%
R=51.64%
G=36.07%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891324500.300.760.2636.2561.5445.88
HexBD842D01E4C1A243e2e
Octal2752045503611432447656
Binary1011110110000100101101011110100110011010100100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD842D; }

 p { color: rgb(189,132,45); }

 H1.HeaderClassName
 {
   color: #BD842D;
 }
 .AnyTagClassName
 {
   color: #BD842D;
 }
</style>
background-color css

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

 a { background-color: rgb(189,132,45); }

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

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

 span { border-color: rgb(189,132,45); }

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