Html Css Color HEX #BF8327 Geebung

📋 copy color: '#BF8327'

red 191 ◦ green 131 ◦ blue 39

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

Shades of Geebung #BF8327

Tints of Geebung #BF8327

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 52.91%
G = 36.29%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF8327 (or 0xBF8327) is known color: Geebung. HEX triplet: BF, 83 and 27. RGB value is (191,131,39). Sum of RGB (Red+Green+Blue) = 191+131+39=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8327 is #407CD8. Grayscale: #8A8A8A. Windows color (decimal): -4226265 or 2589631. OLE color: 2589631.

HSL color Cylindrical-coordinate representation of color #BF8327: hue angle of 36.32º 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 #BF8327 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 131 39 -
CMYK 0 0.31 0.80 0.25
HSL 36.32º 0.66% 0.45% -
HSV(B) 36.32º 0.8% 0.75% -
XYZ 29.97 27.46 5.64 -
YUV 138.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 191 131 39 0 0.31 0.80 0.25 36.32 0.66 0.45
Hex BF 83 27 0 1F 50 19 24 42 2D
Octal 277 203 47 0 37 120 31 44 102 55
Binary 10111111 10000011 100111 0 11111 1010000 11001 100100 1000010 101101

Color Harmonies of #BF8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8327

Black with #BF8327

Text Example


Text Example

White with #BF8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8327; }

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

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

background-color css

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

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

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

border-color css

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

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

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