Html Css Color HEX #BFB417 La Rioja

📋 copy color: '#BFB417'

red 191 ◦ green 180 ◦ blue 23

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

Shades of La Rioja #BFB417

Tints of La Rioja #BFB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.69%

 BLUE value IS 23 (9.38% from 255) = 5.84%

R = 48.48%
G = 45.69%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFB417 (or 0xBFB417) is known color: La Rioja. HEX triplet: BF, B4 and 17. RGB value is (191,180,23). Sum of RGB (Red+Green+Blue) = 191+180+23=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB417 is #404BE8. Grayscale: #A6A6A6. Windows color (decimal): -4213737 or 1553599. OLE color: 1553599.

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

Color convert

RGB 191 180 23 -
CMYK 0 0.06 0.88 0.25
HSL 56.07º 0.79% 0.42% -
HSV(B) 56.07º 0.88% 0.75% -
XYZ 37.96 43.78 7.26 -
YUV 165.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 191 180 23 0 0.06 0.88 0.25 56.07 0.79 0.42
Hex BF B4 17 0 6 58 19 38 4F 2A
Octal 277 264 27 0 6 130 31 70 117 52
Binary 10111111 10110100 10111 0 110 1011000 11001 111000 1001111 101010

Color Harmonies of #BFB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB417

Black with #BFB417

Text Example


Text Example

White with #BFB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB417; }

 p { color: rgb(191,180,23); }

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

background-color css

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

 a { background-color: rgb(191,180,23); }

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

border-color css

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

 span { border-color: rgb(191,180,23); }

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