Html Css Color HEX #BD852C Geebung

📋 copy color: '#BD852C'

red 189 ◦ green 133 ◦ blue 44

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

Shades of Geebung #BD852C

Tints of Geebung #BD852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 51.64%
G = 36.34%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD852C (or 0xBD852C) is known color: Geebung. HEX triplet: BD, 85 and 2C. RGB value is (189,133,44). Sum of RGB (Red+Green+Blue) = 189+133+44=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD852C is #427AD3. Grayscale: #8C8C8C. Windows color (decimal): -4356820 or 2917821. OLE color: 2917821.

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

Color convert

RGB 189 133 44 -
CMYK 0 0.30 0.77 0.26
HSL 36.83º 0.62% 0.46% -
HSV(B) 36.83º 0.77% 0.74% -
XYZ 29.83 27.78 6.17 -
YUV 139.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 189 133 44 0 0.30 0.77 0.26 36.83 0.62 0.46
Hex BD 85 2C 0 1E 4D 1A 25 3E 2E
Octal 275 205 54 0 36 115 32 45 76 56
Binary 10111101 10000101 101100 0 11110 1001101 11010 100101 111110 101110

Color Harmonies of #BD852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD852C

Black with #BD852C

Text Example


Text Example

White with #BD852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD852C; }

 p { color: rgb(189,133,44); }

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

background-color css

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

 a { background-color: rgb(189,133,44); }

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

border-color css

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

 span { border-color: rgb(189,133,44); }

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