Html Css Color HEX #BF7E30 Geebung

📋 copy color: '#BF7E30'

red 191 ◦ green 126 ◦ blue 48

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

Shades of Geebung #BF7E30

Tints of Geebung #BF7E30

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 52.33%
G = 34.52%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF7E30 (or 0xBF7E30) is known color: Geebung. HEX triplet: BF, 7E and 30. RGB value is (191,126,48). Sum of RGB (Red+Green+Blue) = 191+126+48=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E30 is #4081CF. Grayscale: #888888. Windows color (decimal): -4227536 or 3178175. OLE color: 3178175.

HSL color Cylindrical-coordinate representation of color #BF7E30: hue angle of 32.73º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF7E30 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 126 48 -
CMYK 0 0.34 0.75 0.25
HSL 32.73º 0.6% 0.47% -
HSV(B) 32.73º 0.75% 0.75% -
XYZ 29.48 26.21 6.3 -
YUV 136.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 191 126 48 0 0.34 0.75 0.25 32.73 0.6 0.47
Hex BF 7E 30 0 22 4B 19 21 3C 2F
Octal 277 176 60 0 42 113 31 41 74 57
Binary 10111111 1111110 110000 0 100010 1001011 11001 100001 111100 101111

Color Harmonies of #BF7E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E30

Black with #BF7E30

Text Example


Text Example

White with #BF7E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E30; }

 p { color: rgb(191,126,48); }

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

background-color css

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

 a { background-color: rgb(191,126,48); }

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

border-color css

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

 span { border-color: rgb(191,126,48); }

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