Html Css Color HEX #BFB618 La Rioja

📋 copy color: '#BFB618'

red 191 ◦ green 182 ◦ blue 24

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

Shades of La Rioja #BFB618

Tints of La Rioja #BFB618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 48.11%
G = 45.84%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFB618 (or 0xBFB618) is known color: La Rioja. HEX triplet: BF, B6 and 18. RGB value is (191,182,24). Sum of RGB (Red+Green+Blue) = 191+182+24=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB618 is #4049E7. Grayscale: #A7A7A7. Windows color (decimal): -4213224 or 1619647. OLE color: 1619647.

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

Color convert

RGB 191 182 24 -
CMYK 0 0.05 0.87 0.25
HSL 56.77º 0.78% 0.42% -
HSV(B) 56.77º 0.87% 0.75% -
XYZ 38.38 44.6 7.45 -
YUV 166.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 191 182 24 0 0.05 0.87 0.25 56.77 0.78 0.42
Hex BF B6 18 0 5 57 19 39 4E 2A
Octal 277 266 30 0 5 127 31 71 116 52
Binary 10111111 10110110 11000 0 101 1010111 11001 111001 1001110 101010

Color Harmonies of #BFB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB618

Black with #BFB618

Text Example


Text Example

White with #BFB618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB618; }

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

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

background-color css

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

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

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

border-color css

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

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

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