Html Css Color HEX #BF8725 Geebung

📋 copy color: '#BF8725'

red 191 ◦ green 135 ◦ blue 37

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

Shades of Geebung #BF8725

Tints of Geebung #BF8725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 52.62%
G = 37.19%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF8725 (or 0xBF8725) is known color: Geebung. HEX triplet: BF, 87 and 25. RGB value is (191,135,37). Sum of RGB (Red+Green+Blue) = 191+135+37=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8725 is #4078DA. Grayscale: #8D8D8D. Windows color (decimal): -4225243 or 2459583. OLE color: 2459583.

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

Color convert

RGB 191 135 37 -
CMYK 0 0.29 0.81 0.25
HSL 38.18º 0.68% 0.45% -
HSV(B) 38.18º 0.81% 0.75% -
XYZ 30.48 28.54 5.65 -
YUV 140.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 191 135 37 0 0.29 0.81 0.25 38.18 0.68 0.45
Hex BF 87 25 0 1D 51 19 26 44 2D
Octal 277 207 45 0 35 121 31 46 104 55
Binary 10111111 10000111 100101 0 11101 1010001 11001 100110 1000100 101101

Color Harmonies of #BF8725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8725

Black with #BF8725

Text Example


Text Example

White with #BF8725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8725; }

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

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

background-color css

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

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

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

border-color css

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

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

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