Html Css Color HEX #BF882E Geebung

📋 copy color: '#BF882E'

red 191 ◦ green 136 ◦ blue 46

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

Shades of Geebung #BF882E

Tints of Geebung #BF882E

RGB

 RED value IS 191 (75% from 255) = 51.21%

 GREEN value IS 136 (53.52% from 255) = 36.46%

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

R = 51.21%
G = 36.46%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF882E (or 0xBF882E) is known color: Geebung. HEX triplet: BF, 88 and 2E. RGB value is (191,136,46). Sum of RGB (Red+Green+Blue) = 191+136+46=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF882E is #4077D1. Grayscale: #8E8E8E. Windows color (decimal): -4224978 or 3049663. OLE color: 3049663.

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

Color convert

RGB 191 136 46 -
CMYK 0 0.29 0.76 0.25
HSL 37.24º 0.61% 0.46% -
HSV(B) 37.24º 0.76% 0.75% -
XYZ 30.78 28.88 6.54 -
YUV 142.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 191 136 46 0 0.29 0.76 0.25 37.24 0.61 0.46
Hex BF 88 2E 0 1D 4C 19 25 3D 2E
Octal 277 210 56 0 35 114 31 45 75 56
Binary 10111111 10001000 101110 0 11101 1001100 11001 100101 111101 101110

Color Harmonies of #BF882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF882E

Black with #BF882E

Text Example


Text Example

White with #BF882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF882E; }

 p { color: rgb(191,136,46); }

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

background-color css

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

 a { background-color: rgb(191,136,46); }

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

border-color css

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

 span { border-color: rgb(191,136,46); }

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