Html Css Color HEX #BFB402 La Rioja

📋 copy color: '#BFB402'

red 191 ◦ green 180 ◦ blue 2

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

Shades of La Rioja #BFB402

Tints of La Rioja #BFB402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 51.21%
G = 48.26%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFB402 (or 0xBFB402) is known color: La Rioja. HEX triplet: BF, B4 and 02. RGB value is (191,180,2). Sum of RGB (Red+Green+Blue) = 191+180+2=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB402 is #404BFD. Grayscale: #A3A3A3. Windows color (decimal): -4213758 or 177343. OLE color: 177343.

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

Color convert

RGB 191 180 2 -
CMYK 0 0.06 0.99 0.25
HSL 56.51º 0.98% 0.38% -
HSV(B) 56.51º 0.99% 0.75% -
XYZ 37.82 43.72 6.5 -
YUV 163 37.14 147.97 -
System Red Green Blue C M Y K H S L
Decimal 191 180 2 0 0.06 0.99 0.25 56.51 0.98 0.38
Hex BF B4 2 0 6 63 19 39 62 26
Octal 277 264 2 0 6 143 31 71 142 46
Binary 10111111 10110100 10 0 110 1100011 11001 111001 1100010 100110

Color Harmonies of #BFB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB402

Black with #BFB402

Text Example


Text Example

White with #BFB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB402; }

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

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

background-color css

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

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

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

border-color css

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

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

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