Html Css Color HEX #CBBE2D Barberry

📋 copy color: '#CBBE2D'

red 203 ◦ green 190 ◦ blue 45

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

Shades of Barberry #CBBE2D

Tints of Barberry #CBBE2D

RGB

 RED value IS 203 (79.69% from 255) = 46.35%

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

 BLUE value IS 45 (17.97% from 255) = 10.27%

R = 46.35%
G = 43.38%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CBBE2D (or 0xCBBE2D) is known color: Barberry. HEX triplet: CB, BE and 2D. RGB value is (203,190,45). Sum of RGB (Red+Green+Blue) = 203+190+45=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE2D is #3441D2. Grayscale: #B1B1B1. Windows color (decimal): -3424723 or 2997963. OLE color: 2997963.

HSL color Cylindrical-coordinate representation of color #CBBE2D: hue angle of 55.06º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBBE2D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 190 45 -
CMYK 0 0.06 0.78 0.20
HSL 55.06º 0.64% 0.49% -
HSV(B) 55.06º 0.78% 0.8% -
XYZ 43.52 49.71 9.78 -
YUV 177.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 203 190 45 0 0.06 0.78 0.20 55.06 0.64 0.49
Hex CB BE 2D 0 6 4E 14 37 40 31
Octal 313 276 55 0 6 116 24 67 100 61
Binary 11001011 10111110 101101 0 110 1001110 10100 110111 1000000 110001

Color Harmonies of #CBBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE2D

Black with #CBBE2D

Text Example


Text Example

White with #CBBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE2D; }

 p { color: rgb(203,190,45); }

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

background-color css

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

 a { background-color: rgb(203,190,45); }

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

border-color css

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

 span { border-color: rgb(203,190,45); }

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