Html Css Color HEX #BF8729 Geebung

📋 copy color: '#BF8729'

red 191 ◦ green 135 ◦ blue 41

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

Shades of Geebung #BF8729

Tints of Geebung #BF8729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 52.04%
G = 36.78%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8729 (or 0xBF8729) is known color: Geebung. HEX triplet: BF, 87 and 29. RGB value is (191,135,41). Sum of RGB (Red+Green+Blue) = 191+135+41=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8729 is #4078D6. Grayscale: #8D8D8D. Windows color (decimal): -4225239 or 2721727. OLE color: 2721727.

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

Color convert

RGB 191 135 41 -
CMYK 0 0.29 0.79 0.25
HSL 37.6º 0.65% 0.45% -
HSV(B) 37.6º 0.79% 0.75% -
XYZ 30.55 28.56 6 -
YUV 141.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 191 135 41 0 0.29 0.79 0.25 37.6 0.65 0.45
Hex BF 87 29 0 1D 4F 19 26 41 2D
Octal 277 207 51 0 35 117 31 46 101 55
Binary 10111111 10000111 101001 0 11101 1001111 11001 100110 1000001 101101

Color Harmonies of #BF8729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8729

Black with #BF8729

Text Example


Text Example

White with #BF8729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8729; }

 p { color: rgb(191,135,41); }

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

background-color css

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

 a { background-color: rgb(191,135,41); }

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

border-color css

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

 span { border-color: rgb(191,135,41); }

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