Html Css Color HEX #BF8727 Geebung

📋 copy color: '#BF8727'

red 191 ◦ green 135 ◦ blue 39

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

Shades of Geebung #BF8727

Tints of Geebung #BF8727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 52.33%
G = 36.99%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF8727 (or 0xBF8727) is known color: Geebung. HEX triplet: BF, 87 and 27. RGB value is (191,135,39). Sum of RGB (Red+Green+Blue) = 191+135+39=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8727 is #4078D8. Grayscale: #8D8D8D. Windows color (decimal): -4225241 or 2590655. OLE color: 2590655.

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

Color convert

RGB 191 135 39 -
CMYK 0 0.29 0.80 0.25
HSL 37.89º 0.66% 0.45% -
HSV(B) 37.89º 0.8% 0.75% -
XYZ 30.52 28.55 5.82 -
YUV 140.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 191 135 39 0 0.29 0.80 0.25 37.89 0.66 0.45
Hex BF 87 27 0 1D 50 19 26 42 2D
Octal 277 207 47 0 35 120 31 46 102 55
Binary 10111111 10000111 100111 0 11101 1010000 11001 100110 1000010 101101

Color Harmonies of #BF8727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8727

Black with #BF8727

Text Example


Text Example

White with #BF8727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8727; }

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

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

background-color css

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

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

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

border-color css

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

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

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