Html Css Color HEX #BF851E Geebung

📋 copy color: '#BF851E'

red 191 ◦ green 133 ◦ blue 30

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

Shades of Geebung #BF851E

Tints of Geebung #BF851E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 53.95%
G = 37.57%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF851E (or 0xBF851E) is known color: Geebung. HEX triplet: BF, 85 and 1E. RGB value is (191,133,30). Sum of RGB (Red+Green+Blue) = 191+133+30=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF851E is #407AE1. Grayscale: #8B8B8B. Windows color (decimal): -4225762 or 2000319. OLE color: 2000319.

HSL color Cylindrical-coordinate representation of color #BF851E: hue angle of 38.39º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF851E is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 30 -
CMYK 0 0.30 0.84 0.25
HSL 38.39º 0.73% 0.43% -
HSV(B) 38.39º 0.84% 0.75% -
XYZ 30.11 27.95 5.04 -
YUV 138.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 191 133 30 0 0.30 0.84 0.25 38.39 0.73 0.43
Hex BF 85 1E 0 1E 54 19 26 49 2B
Octal 277 205 36 0 36 124 31 46 111 53
Binary 10111111 10000101 11110 0 11110 1010100 11001 100110 1001001 101011

Color Harmonies of #BF851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF851E

Black with #BF851E

Text Example


Text Example

White with #BF851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF851E; }

 p { color: rgb(191,133,30); }

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

background-color css

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

 a { background-color: rgb(191,133,30); }

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

border-color css

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

 span { border-color: rgb(191,133,30); }

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