Html Css Color HEX #BF852E Geebung

📋 copy color: '#BF852E'

red 191 ◦ green 133 ◦ blue 46

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

Shades of Geebung #BF852E

Tints of Geebung #BF852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.43%

R = 51.62%
G = 35.95%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF852E (or 0xBF852E) is known color: Geebung. HEX triplet: BF, 85 and 2E. RGB value is (191,133,46). Sum of RGB (Red+Green+Blue) = 191+133+46=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF852E is #407AD1. Grayscale: #8C8C8C. Windows color (decimal): -4225746 or 3048895. OLE color: 3048895.

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

Color convert

RGB 191 133 46 -
CMYK 0 0.30 0.76 0.25
HSL 36º 0.61% 0.46% -
HSV(B) 36º 0.76% 0.75% -
XYZ 30.37 28.05 6.4 -
YUV 140.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 191 133 46 0 0.30 0.76 0.25 36 0.61 0.46
Hex BF 85 2E 0 1E 4C 19 24 3D 2E
Octal 277 205 56 0 36 114 31 44 75 56
Binary 10111111 10000101 101110 0 11110 1001100 11001 100100 111101 101110

Color Harmonies of #BF852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF852E

Black with #BF852E

Text Example


Text Example

White with #BF852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF852E; }

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

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

background-color css

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

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

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

border-color css

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

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

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