Html Css Color HEX #BFAC07 La Rioja

📋 copy color: '#BFAC07'

red 191 ◦ green 172 ◦ blue 7

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

Shades of La Rioja #BFAC07

Tints of La Rioja #BFAC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.49%

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 51.62%
G = 46.49%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFAC07 (or 0xBFAC07) is known color: La Rioja. HEX triplet: BF, AC and 07. RGB value is (191,172,7). Sum of RGB (Red+Green+Blue) = 191+172+7=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC07 is #4053F8. Grayscale: #9F9F9F. Windows color (decimal): -4215801 or 502975. OLE color: 502975.

HSL color Cylindrical-coordinate representation of color #BFAC07: hue angle of 53.8º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFAC07 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 7 -
CMYK 0 0.10 0.96 0.25
HSL 53.8º 0.93% 0.39% -
HSV(B) 53.8º 0.96% 0.75% -
XYZ 36.28 40.6 6.12 -
YUV 158.87 42.29 150.92 -
System Red Green Blue C M Y K H S L
Decimal 191 172 7 0 0.10 0.96 0.25 53.8 0.93 0.39
Hex BF AC 7 0 A 60 19 36 5D 27
Octal 277 254 7 0 12 140 31 66 135 47
Binary 10111111 10101100 111 0 1010 1100000 11001 110110 1011101 100111

Color Harmonies of #BFAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC07

Black with #BFAC07

Text Example


Text Example

White with #BFAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC07; }

 p { color: rgb(191,172,7); }

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

background-color css

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

 a { background-color: rgb(191,172,7); }

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

border-color css

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

 span { border-color: rgb(191,172,7); }

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