Html Css Color HEX #BD872C Geebung

📋 copy color: '#BD872C'

red 189 ◦ green 135 ◦ blue 44

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

Shades of Geebung #BD872C

Tints of Geebung #BD872C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 51.36%
G = 36.68%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD872C (or 0xBD872C) is known color: Geebung. HEX triplet: BD, 87 and 2C. RGB value is (189,135,44). Sum of RGB (Red+Green+Blue) = 189+135+44=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD872C is #4278D3. Grayscale: #8D8D8D. Windows color (decimal): -4356308 or 2918333. OLE color: 2918333.

HSL color Cylindrical-coordinate representation of color #BD872C: hue angle of 37.66º 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 #BD872C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 135 44 -
CMYK 0 0.29 0.77 0.26
HSL 37.66º 0.62% 0.46% -
HSV(B) 37.66º 0.77% 0.74% -
XYZ 30.1 28.33 6.26 -
YUV 140.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 189 135 44 0 0.29 0.77 0.26 37.66 0.62 0.46
Hex BD 87 2C 0 1D 4D 1A 26 3E 2E
Octal 275 207 54 0 35 115 32 46 76 56
Binary 10111101 10000111 101100 0 11101 1001101 11010 100110 111110 101110

Color Harmonies of #BD872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD872C

Black with #BD872C

Text Example


Text Example

White with #BD872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD872C; }

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

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

background-color css

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

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

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

border-color css

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

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

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