Html Css Color HEX #BFB612 La Rioja

📋 copy color: '#BFB612'

red 191 ◦ green 182 ◦ blue 18

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

Shades of La Rioja #BFB612

Tints of La Rioja #BFB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.55%

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

R = 48.85%
G = 46.55%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFB612 (or 0xBFB612) is known color: La Rioja. HEX triplet: BF, B6 and 12. RGB value is (191,182,18). Sum of RGB (Red+Green+Blue) = 191+182+18=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB612 is #4049ED. Grayscale: #A6A6A6. Windows color (decimal): -4213230 or 1226431. OLE color: 1226431.

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

Color convert

RGB 191 182 18 -
CMYK 0 0.05 0.91 0.25
HSL 56.88º 0.83% 0.41% -
HSV(B) 56.88º 0.91% 0.75% -
XYZ 38.32 44.58 7.16 -
YUV 166 44.48 145.84 -
System Red Green Blue C M Y K H S L
Decimal 191 182 18 0 0.05 0.91 0.25 56.88 0.83 0.41
Hex BF B6 12 0 5 5B 19 39 53 29
Octal 277 266 22 0 5 133 31 71 123 51
Binary 10111111 10110110 10010 0 101 1011011 11001 111001 1010011 101001

Color Harmonies of #BFB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB612

Black with #BFB612

Text Example


Text Example

White with #BFB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB612; }

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

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

background-color css

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

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

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

border-color css

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

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

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