Html Css Color HEX #BFB312 La Rioja

📋 copy color: '#BFB312'

red 191 ◦ green 179 ◦ blue 18

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

Shades of La Rioja #BFB312

Tints of La Rioja #BFB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 49.23%
G = 46.13%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFB312 (or 0xBFB312) is known color: La Rioja. HEX triplet: BF, B3 and 12. RGB value is (191,179,18). Sum of RGB (Red+Green+Blue) = 191+179+18=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB312 is #404CED. Grayscale: #A4A4A4. Windows color (decimal): -4213998 or 1225663. OLE color: 1225663.

HSL color Cylindrical-coordinate representation of color #BFB312: hue angle of 55.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFB312 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 18 -
CMYK 0 0.06 0.91 0.25
HSL 55.84º 0.83% 0.41% -
HSV(B) 55.84º 0.91% 0.75% -
XYZ 37.72 43.36 6.95 -
YUV 164.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 191 179 18 0 0.06 0.91 0.25 55.84 0.83 0.41
Hex BF B3 12 0 6 5B 19 38 53 29
Octal 277 263 22 0 6 133 31 70 123 51
Binary 10111111 10110011 10010 0 110 1011011 11001 111000 1010011 101001

Color Harmonies of #BFB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB312

Black with #BFB312

Text Example


Text Example

White with #BFB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB312; }

 p { color: rgb(191,179,18); }

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

background-color css

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

 a { background-color: rgb(191,179,18); }

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

border-color css

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

 span { border-color: rgb(191,179,18); }

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