Html Css Color HEX #B8BE1A Rio Grande

📋 copy color: '#B8BE1A'

red 184 ◦ green 190 ◦ blue 26

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

Shades of Rio Grande #B8BE1A

Tints of Rio Grande #B8BE1A

RGB

 RED value IS 184 (72.27% from 255) = 46%

 GREEN value IS 190 (74.61% from 255) = 47.5%

 BLUE value IS 26 (10.55% from 255) = 6.5%

R = 46%
G = 47.5%
B = 6.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#B8BE1A (or 0xB8BE1A) is known color: Rio Grande. HEX triplet: B8, BE and 1A. RGB value is (184,190,26). Sum of RGB (Red+Green+Blue) = 184+190+26=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE1A is #4741E5. Grayscale: #AAAAAA. Windows color (decimal): -4669926 or 1752760. OLE color: 1752760.

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

Color convert

RGB 184 190 26 -
CMYK 0.03 0 0.86 0.25
HSL 62.2º 0.76% 0.42% -
HSV(B) 62.2º 0.86% 0.75% -
XYZ 38.37 47.09 8.04 -
YUV 169.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 184 190 26 0.03 0 0.86 0.25 62.2 0.76 0.42
Hex B8 BE 1A 3 0 56 19 3E 4C 2A
Octal 270 276 32 3 0 126 31 76 114 52
Binary 10111000 10111110 11010 11 0 1010110 11001 111110 1001100 101010

Color Harmonies of #B8BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BE1A

Black with #B8BE1A

Text Example


Text Example

White with #B8BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BE1A; }

 p { color: rgb(184,190,26); }

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

background-color css

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

 a { background-color: rgb(184,190,26); }

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

border-color css

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

 span { border-color: rgb(184,190,26); }

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